withFontSize method
- double value
Replaces TooltipStyle.fontSize with value.
Implementation
TooltipStyle withFontSize(double value) => copyWith(fontSize: value);
Replaces TooltipStyle.fontSize with value.
TooltipStyle withFontSize(double value) => copyWith(fontSize: value);