HCPlotMomentumTooltipDateTimeLabelFormatsOptions constructor

const HCPlotMomentumTooltipDateTimeLabelFormatsOptions({
  1. String? day,
  2. String? hour,
  3. String? millisecond,
  4. String? minute,
  5. String? month,
  6. String? second,
  7. String? week,
  8. String? year,
})

Implementation

const HCPlotMomentumTooltipDateTimeLabelFormatsOptions({
  this.day,
  this.hour,
  this.millisecond,
  this.minute,
  this.month,
  this.second,
  this.week,
  this.year,
});