ScaledEntry constructor

const ScaledEntry({
  1. UiModeType? uiModeType,
  2. DpQualifierEntry? dpQualifierEntry,
  3. OrientationRequest orientation = OrientationRequest.any,
  4. required double customValue,
  5. DpQualifier? finalQualifierResolver,
  6. required int priority,
  7. Inverter inverter = Inverter.standard,
  8. 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,
});