Hi! Is there a way to add `PathEffect` to `Modifi...
# compose
t
Hi! Is there a way to add
PathEffect
to
Modifier.border
? I want to have dashed border to a
Box
Edit: I’ll create a extension to 
modifier.border()
  to take
PathEffect
and add it to the
Stroke
inside