ScreenScale top-level property

ScreenScaleProperties ScreenScale

Implementation

ScreenScaleProperties get ScreenScale {
  return _instance ??=
      ScreenScaleProperties(allowFontScaling: true, allowSubpixel: true);
}