Feature request: get maxFontSize
I love this widget. Great job. But... (There's always a "but".)
I would like to use this to maximize the font size for "titles" in my app. The trouble is that when using your widget every title gets rendered with a different font size and the UI looks choppy.
What I would love is the ability to pass some text -- my longest title -- the constraints, maxlines, and a style and get back the maxFontSize. That way I can use that font size on all of my titles. This would allow my longest title to fill the space, while all the others would be the same size, but not fill the space.
I understand if this is too much to ask, or you don't think it's a worthwhile idea. I did try to hack your code myself to accomplish this but I'm new to Dart/Flutter. It will be some time before I capable of doing this myself.