DimenScaled constructor

const DimenScaled(
  1. double base, {
  2. List<ScaledEntry> entries = const [],
  3. bool ignoreMultiWindows = false,
  4. bool applyAspectRatio = false,
  5. double? customSensitivityK,
})

Implementation

const DimenScaled(
  this.base, {
  this.entries = const [],
  this.ignoreMultiWindows = false,
  this.applyAspectRatio = false,
  this.customSensitivityK,
});