InterpolationOptions constructor

InterpolationOptions({
  1. FormatCallback? formatter,
  2. String formatSeparator = ',',
})

Implementation

InterpolationOptions({
  this.formatter,
  this.formatSeparator = ',',
});