Hey! 👋
Is it possible to combine Text’s DrawStyle.Stroke and DrawStyle.Fill to have a filled text with a stroke in a different colour?
Thanks!
h
Halil Ozercan
05/16/2023, 11:15 AM
This is unfortunately not directly possible due to the limitations of the platform. Your best bet is to put two Text composables, one using Fill, one using Stroke, on top of each other in a Box.