but on a specific direction? say bottom or start?
if not, i'd love to hear thoughts on how to implement such modifier
s
Stylianos Gakis
07/08/2024, 10:21 AM
Probably use
drawWithContent
and make the path yourself
👍 1
a
Alex Styl
07/08/2024, 10:46 AM
nice idea. tried a bit with it and i have to figure this out with offsets, sizes, etc. seems doable
🌟 1
y
yschimke
07/08/2024, 11:06 AM
Border take a Shape. Shape can be a custom impl that returns Outline.Generic. which takes a path. You can even animate it nicely with PathMeasurer for progress
yschimke
07/08/2024, 11:06 AM
I haven't tried this, but APIs line up
a
Alex Styl
07/08/2024, 11:58 AM
some sort of an api that lets me specify the side of the border, or easier custom shapes for this use case would be fantastic