ScreenInfoData constructor

const ScreenInfoData({
  1. required Map<String, double> screenSizeInInches,
  2. required Map<String, double> screenResolution,
  3. required double dpi,
})

Implementation

const ScreenInfoData({
  required this.screenSizeInInches,
  required this.screenResolution,
  required this.dpi,
});