Home > Net >  How to draw only stroke of a text in flutter canvas?
How to draw only stroke of a text in flutter canvas?

Time:11-22

I am trying to implement a feature in my flutter app where user can toggle between stroke and fill view, for text (like adobe illustrator or similar). How to get this effect in flutter canvas.

image of stroke only text

Here is a enter image description here

Reference

How to decorate text stroke in Flutter?

  • Related