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