rememberAxisTickComponent
fun rememberAxisTickComponent(fill: Fill = Fill(vicoTheme.lineColor), thickness: Dp = Defaults.AXIS_LINE_WIDTH.dp, shape: Shape = RectangleShape, margins: Insets = Insets.Zero, strokeFill: Fill = Fill.Transparent, strokeThickness: Dp = 0.dp, shadows: List<Shadow> = emptyList()): LineComponent
A rememberLineComponent alias with defaults for Axis ticks.