shouldSplitLayout static method
Implementation
static bool shouldSplitLayout(BuildContext context) {
final textScaleFactor = MediaQuery.textScalerOf(context).scale(1.0);
return textScaleFactor > _textScaleThreshold;
}
static bool shouldSplitLayout(BuildContext context) {
final textScaleFactor = MediaQuery.textScalerOf(context).scale(1.0);
return textScaleFactor > _textScaleThreshold;
}