withEnabled method

InteractionConfig withEnabled(
  1. bool value
)

Replaces InteractionConfig.enabled with value.

Implementation

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