rememberLineComponent
fun rememberLineComponent(fill: Fill = Fill.Black, thickness: Dp = Defaults.LINE_COMPONENT_THICKNESS_DP.dp, shape: Shape = RectangleShape, margins: Insets = Insets.Zero, strokeFill: Fill = Fill.Transparent, strokeThickness: Dp = 0.dp, shadows: List<Shadow> = emptyList()): LineComponent
Creates and remembers a LineComponent.