AFFundamentalDeviceTheme constructor

AFFundamentalDeviceTheme({
  1. required Brightness brightnessValue,
  2. required bool alwaysUse24HourFormatValue,
  3. required ViewPadding padding,
  4. required ViewPadding viewInsets,
  5. required ViewPadding viewPadding,
  6. required Locale localeValue,
  7. required Size physicalSize,
  8. required Size logicalSize,
  9. required double textScaleFactorValue,
  10. required double devicePixelRatio,
})

Implementation

AFFundamentalDeviceTheme({
  required this.brightnessValue,
  required this.alwaysUse24HourFormatValue,
  required this.padding,
  required this.viewInsets,
  required this.viewPadding,
  required this.localeValue,
  required this.physicalSize,
  required this.logicalSize,
  required this.textScaleFactorValue,
  required this.devicePixelRatio,
});