ScaledEntry constructor
const
ScaledEntry({
- UiModeType? uiModeType,
- DpQualifierEntry? dpQualifierEntry,
- OrientationRequest orientation = OrientationRequest.any,
- required double customValue,
- DpQualifier? finalQualifierResolver,
- required int priority,
- Inverter inverter = Inverter.standard,
- bool fontScale = true,
Implementation
const ScaledEntry({
this.uiModeType,
this.dpQualifierEntry,
this.orientation = OrientationRequest.any,
required this.customValue,
this.finalQualifierResolver,
required this.priority,
this.inverter = Inverter.standard,
this.fontScale = true,
});