dashIntervals

val dashIntervals: Pair<Dp, Dp>? = null

Parameters

dashIntervals

If non-null, lines will be drawn as dashed lines, with the first element of the pair Dp on, and the second element off. E.g. 10.dp to 10.dp is equivalent to dashedPathEffect(floatArrayOf(10.dp.toPx(), 10.dp.toPx())).

Sources

Link copied to clipboard