LineComponent

constructor(fill: Fill, 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())

Parameters

fill

the fill.

shape

the Shape.

margins

the margins.

strokeFill

the stroke fill.

strokeThickness

the stroke thickness.

shadows

the shadows' properties.