ChartCustomNumberFormatOptions constructor

ChartCustomNumberFormatOptions({
  1. String? prefix,
  2. String? suffix,
})

Implementation

ChartCustomNumberFormatOptions({
  this.prefix,
  this.suffix,
});