ScreenInfo constructor
const
ScreenInfo({
- required double width,
- required double height,
- required double textScale,
- required DeviceType deviceType,
Implementation
const ScreenInfo({
required this.width,
required this.height,
required this.textScale,
required this.deviceType,
});