withEnabled method
- bool value
Replaces TooltipConfig.enabled with value.
Implementation
TooltipConfig withEnabled(bool value) => copyWith(enabled: value);
Replaces TooltipConfig.enabled with value.
TooltipConfig withEnabled(bool value) => copyWith(enabled: value);