DeviceInformation constructor

DeviceInformation({
  1. Orientation? orientation,
  2. DeviceTypeInformation? deviceTypeInformation,
  3. String? deviceOS,
  4. Brightness? platformBrightness,
  5. Size? parentWidgetSize,
  6. double? localWidgetWidth,
  7. double? localWidgetHeight,
})

Constructor for this class

Implementation

DeviceInformation({
  this.orientation,
  this.deviceTypeInformation,
  this.deviceOS,
  this.platformBrightness,
  this.parentWidgetSize,
  this.localWidgetWidth,
  this.localWidgetHeight,
});