rememberLineComponent

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

Creates and remembers a LineComponent.