withAspectRatio method
Enables the aspect-ratio aware curve.
Implementation
DimenScaled withAspectRatio({bool apply = true, double? sensitivityK}) =>
_copy(applyAspectRatio: apply, customSensitivityK: sensitivityK);
Enables the aspect-ratio aware curve.
DimenScaled withAspectRatio({bool apply = true, double? sensitivityK}) =>
_copy(applyAspectRatio: apply, customSensitivityK: sensitivityK);