AFFundamentalDeviceTheme constructor
AFFundamentalDeviceTheme({
- required Brightness brightnessValue,
- required bool alwaysUse24HourFormatValue,
- required ViewPadding padding,
- required ViewPadding viewInsets,
- required ViewPadding viewPadding,
- required Locale localeValue,
- required Size physicalSize,
- required Size logicalSize,
- required double textScaleFactorValue,
- 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,
});