withTooltip method

InteractionConfig withTooltip(
  1. TooltipConfig value
)

Replaces InteractionConfig.tooltip with value.

Implementation

InteractionConfig withTooltip(TooltipConfig value) =>
    copyWith(tooltip: value);