withTooltipStyle method
- LabelStyle value
Replaces InteractionTheme.tooltipStyle with value.
Implementation
InteractionTheme withTooltipStyle(LabelStyle value) =>
copyWith(tooltipStyle: value);
Replaces InteractionTheme.tooltipStyle with value.
InteractionTheme withTooltipStyle(LabelStyle value) =>
copyWith(tooltipStyle: value);