withEnableFocusOnHover method

InteractionConfig withEnableFocusOnHover(
  1. bool value
)

Replaces InteractionConfig.enableFocusOnHover with value.

Implementation

InteractionConfig withEnableFocusOnHover(bool value) =>
    copyWith(enableFocusOnHover: value);