withFontSize method

TooltipStyle withFontSize(
  1. double value
)

Replaces TooltipStyle.fontSize with value.

Implementation

TooltipStyle withFontSize(double value) => copyWith(fontSize: value);