Display constructor
Display({})
Implementation
Display({
required this.resolution,
required this.density,
required this.screenSize,
required this.refreshRate,
required this.hdrCapabilities,
required this.brightnessLevel,
required this.screenTimeout,
required this.orientation,
});