withEnabled method

TooltipConfig withEnabled(
  1. bool value
)

Replaces TooltipConfig.enabled with value.

Implementation

TooltipConfig withEnabled(bool value) => copyWith(enabled: value);