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```