DisplayInfo constructor
const
DisplayInfo({})
Creates a display information description.
Implementation
const DisplayInfo({
required this.widthPixels,
required this.heightPixels,
required this.density,
required this.densityDpi,
required this.refreshRate,
required this.supportedRefreshRates,
required this.isHdrSupported,
required this.supportedHdrTypes,
});