I'd like for my AutoSizeText to use a maximum text size to fill the available space.
i'm able to achieve this effect by using an impossibly large text size and then having AutoSizeText scale it down. However, this seems like it should be a first-class option for the widget.
I'd like for my
AutoSizeText
to use a maximum text size to fill the available space.i'm able to achieve this effect by using an impossibly large text size and then having
AutoSizeText
scale it down. However, this seems like it should be a first-class option for the widget.