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