withEnabled method

TouchInteractionConfig withEnabled(
  1. bool value
)

Replaces TouchInteractionConfig.enabled with value.

Implementation

TouchInteractionConfig withEnabled(bool value) => copyWith(enabled: value);