ScreenScale top-level property

ScreenScaleProperties get ScreenScale

Implementation

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