withStyle method
- TooltipStyle value
Replaces TooltipConfig.style with value.
Implementation
TooltipConfig withStyle(TooltipStyle value) => copyWith(style: value);
Replaces TooltipConfig.style with value.
TooltipConfig withStyle(TooltipStyle value) => copyWith(style: value);