Dashed
data class Dashed(val thickness: Dp = Defaults.LINE_SPEC_THICKNESS_DP.dp, val cap: StrokeCap = StrokeCap.Butt, val dashLength: Dp = Defaults.LINE_DASH_LENGTH.dp, val gapLength: Dp = Defaults.LINE_GAP_LENGTH.dp) : LineCartesianLayer.LineStroke
Produces a dashed stroke.
Constructors
Functions
Link copied to clipboard
Applies the stroke style to paint.