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