withTooltip method
- TooltipConfig value
Replaces InteractionConfig.tooltip with value.
Implementation
InteractionConfig withTooltip(TooltipConfig value) =>
copyWith(tooltip: value);
Replaces InteractionConfig.tooltip with value.
InteractionConfig withTooltip(TooltipConfig value) =>
copyWith(tooltip: value);