dashed

fun LineCartesianLayer.LineStroke.Companion.dashed(    thickness: Dp = Defaults.LINE_SPEC_THICKNESS_DP.dp,     cap: StrokeCap = StrokeCap.Butt,     dashLength: Dp = Defaults.LINE_DASH_LENGTH.dp,     gapLength: Dp = Defaults.LINE_GAP_LENGTH.dp): LineCartesianLayer.LineStroke.Dashed

Creates a LineCartesianLayer.LineStroke.Dashed instance.