DecimalFormatter constructor

DecimalFormatter({
  1. bool convertToFloat = false,
  2. int decimalPlaces = 2,
})

Implementation

DecimalFormatter({this.convertToFloat = false, this.decimalPlaces = 2});