DeviceInformation constructor Null safety
- {Orientation? orientation,
- DeviceTypeInformation? deviceTypeInformation,
- Brightness? platformBrightness,
- Size? parentWidgetSize,
- double? localWidgetWidth,
- double? localWidgetHeight}
Constructor for this class
Implementation
DeviceInformation({
this.orientation,
this.deviceTypeInformation,
this.platformBrightness,
this.parentWidgetSize,
this.localWidgetWidth,
this.localWidgetHeight,
});