Kmp Slider Tick Style
constructor(shape: Shape? = RoundedCornerShape(topStart = 0.dp, topEnd = 0.dp, bottomStart = 8.dp, bottomEnd = 8.dp), shapeSize: DpAxisSize = DpAxisSize(1.dp, 7.dp), shapeBrush: Brush = SolidColor(Color.Black), shapeDrawStyle: DrawStyle = Fill, shapePosition: KmpSliderTickPosition = KmpSliderTickPosition(offset = 4.dp), labelTextStyle: TextStyle = TextStyle(fontSize = 12.sp), labelTextDecoration: TextDecoration? = null, labelDrawStyle: DrawStyle? = null, labelShadow: Shadow? = null, labelPosition: KmpSliderTickPosition = KmpSliderTickPosition(offset = 15.dp))