ZeroTooltipCustomVariant constructor

const ZeroTooltipCustomVariant({
  1. ZeroTooltipVariant variant = ZeroTooltipVariant.rectangle,
  2. Color backgroundColor = Colors.black54,
  3. Color borderColor = Colors.transparent,
  4. ZeroTooltipPosition position = ZeroTooltipPosition.top,
})

Implementation

const ZeroTooltipCustomVariant({
  this.variant = ZeroTooltipVariant.rectangle,
  this.backgroundColor = Colors.black54,
  this.borderColor = Colors.transparent,
  this.position = ZeroTooltipPosition.top,
});