pathDashEffect
fun pathDashEffect(shape: Path?, advance: Float, phase: Float, style: PathDashPathEffect.Style?): Border.Builder
Applies a path dash effect to the border
Specifying two effects will compose them where the first specified effect acts as the outer effect and the second acts as the inner path effect, e.g. outer(inner(path))
Parameters
shape
The path to stamp along
advance
The spacing between each stamp
phase
Amount to offset before the first stamp
style
How to transform the shape at each position