drawVerticalAxisTooltip method
void
drawVerticalAxisTooltip(])
Override this method to customize the vertical axis tooltip with styling and it's position.
Implementation
@protected
void drawVerticalAxisTooltip(
PaintingContext context,
Offset position,
String text,
TextStyle style, [
Path? path,
Paint? fillPaint,
Paint? strokePaint,
]) {
_drawTooltipAndLabel(
context,
position,
text,
style,
path,
fillPaint,
strokePaint,
);
}