ZeroTooltipStyle constructor

const ZeroTooltipStyle({
  1. Color? backgroundColor,
  2. Color? lightBackgroundColor,
  3. Color? darkBackgroundColor,
  4. TextStyle? textStyle,
  5. Color? borderColor,
  6. Duration? duration,
})

Implementation

const ZeroTooltipStyle({
  this.backgroundColor,
  this.lightBackgroundColor,
  this.darkBackgroundColor,
  this.textStyle,
  this.borderColor,
  this.duration,
});