PercentFormatter constructor

PercentFormatter({
  1. int? decimalDigits,
  2. bool calculateDecimal = false,
  3. string? locale,
})

Implementation

PercentFormatter({this.decimalDigits, this.calculateDecimal = false, this.locale});