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