LineComponent
constructor(fill: Fill, thickness: Dp = Defaults.LINE_COMPONENT_THICKNESS_DP.dp, shape: Shape = Shape.Rectangle, margins: Insets = Insets.Zero, strokeFill: Fill = Fill.Transparent, strokeThickness: Dp = 0.dp)
Parameters
fill
the fill.
shape
the Shape.
margins
the margins.
strokeFill
the stroke fill.
strokeThickness
the stroke thickness.