withAspectRatio method

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

Implementation

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