style property

ZeroTooltipStyle? style
final

Customize the tooltip style

By default style is taken from global ZeroThemeData.tooltipStyle

And if the style is not null, then the style will override the global theme

Implementation

final ZeroTooltipStyle? style;