withEnableSelection method

InteractionConfig withEnableSelection(
  1. bool value
)

Replaces InteractionConfig.enableSelection with value.

Implementation

InteractionConfig withEnableSelection(bool value) =>
    copyWith(enableSelection: value);