rememberAxisTickComponent

fun rememberAxisTickComponent(fill: Fill = fill(vicoTheme.lineColor), thickness: Dp = Defaults.AXIS_LINE_WIDTH.dp, shape: Shape = Shape.Rectangle, margins: Dimensions = Dimensions.Empty, strokeFill: Fill = Fill.Transparent, strokeThickness: Dp = 0.dp, shadow: Shadow? = null): LineComponent

A rememberLineComponent alias with defaults for Axis ticks.