dashEffect

fun dashEffect(intervals: FloatArray, phase: Float): Border.Builder

Applies a 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

intervals

Must be even-sized >= 2. Even indices specify "on" intervals and odd indices specify "off" intervals

phase

Offset into the given intervals