DeviceInfo constructor
const
DeviceInfo({
- required DeviceIdentifier identifier,
- required String name,
- EdgeInsets? rotatedSafeAreas,
- required EdgeInsets safeAreas,
- required Path screenPath,
- required double pixelRatio,
- required CustomPainter framePainter,
- required Size frameSize,
- required Size screenSize,
Implementation
const DeviceInfo({
required this.identifier,
required this.name,
this.rotatedSafeAreas,
required this.safeAreas,
required this.screenPath,
required this.pixelRatio,
required this.framePainter,
required this.frameSize,
required this.screenSize,
});