tooltipVariant property
tooltipVariant is the variant of the tooltip the default value is ZeroTooltipVariant.rounded the available variants are:
- ZeroTooltipVariant.rounded - is the default variant of the tooltip
- ZeroTooltipVariant.custom - is the custom variant of the tooltip
ZeroTooltipVariant.none
- is the variant of the tooltip that doesn't show the tooltip
Implementation
final ZeroTooltipVariant? tooltipVariant;