MeasureFormat constructor
const
MeasureFormat({
- int? fractionDigits = 2,
- bool trimTrailingZeros = true,
- String separator = ' ',
- MeasureValueFormatter? valueFormatter,
- MeasureUnitFormatter? unitFormatter,
Implementation
const MeasureFormat({
this.fractionDigits = 2,
this.trimTrailingZeros = true,
this.separator = ' ',
this.valueFormatter,
this.unitFormatter,
});