withAspectRatio method

DimenScaled withAspectRatio({
  1. bool apply = true,
  2. double? sensitivityK,
})

Enables the aspect-ratio aware curve.

Implementation

DimenScaled withAspectRatio({bool apply = true, double? sensitivityK}) =>
    _copy(applyAspectRatio: apply, customSensitivityK: sensitivityK);