tooltipVariant property

ZeroTooltipVariant? tooltipVariant
final

tooltipVariant is the variant of the tooltip the default value is ZeroTooltipVariant.rounded the available variants are:

  1. ZeroTooltipVariant.rounded - is the default variant of the tooltip
  2. ZeroTooltipVariant.custom - is the custom variant of the tooltip
  3. ZeroTooltipVariant.none - is the variant of the tooltip that doesn't show the tooltip

Implementation

final ZeroTooltipVariant? tooltipVariant;