withAspectRatio method

ScaledSp withAspectRatio({
  1. bool enable = true,
  2. double? sensitivityK,
})

Implementation

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