You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a textScaleFactor which uses MediaQuery.of(context).textScaleFactor as fallback :)
Hopefully this helps you. If not, please feel free to reopen the issue...
Instead it will fall back to the default minFontSize. It would be better if the widget takes into account the system setting, and take it as default.
you could use :
minFontSize * MediaQuery.of(context).textScaleFactor
The text was updated successfully, but these errors were encountered: