RoundingSettings constructor

const RoundingSettings({
  1. bool isRounding = false,
  2. int roundingToDecimalPlaces = 0,
  3. String roundingMethod = "Round",
})

Implementation

const RoundingSettings({
  this.isRounding = false, this.roundingToDecimalPlaces = 0, this.roundingMethod = "Round"});