ScreenInfo constructor
ScreenInfo({
- required int left,
- required int top,
- required int width,
- required int height,
- required int availLeft,
- required int availTop,
- required int availWidth,
- required int availHeight,
- required num devicePixelRatio,
- required ScreenOrientation orientation,
- required int colorDepth,
- required bool isExtended,
- required bool isInternal,
- required bool isPrimary,
- required String label,
- required ScreenId id,
Implementation
ScreenInfo({
required this.left,
required this.top,
required this.width,
required this.height,
required this.availLeft,
required this.availTop,
required this.availWidth,
required this.availHeight,
required this.devicePixelRatio,
required this.orientation,
required this.colorDepth,
required this.isExtended,
required this.isInternal,
required this.isPrimary,
required this.label,
required this.id,
});