dash Intervals
Parameters
dash Intervals
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()))
.