setEnableInteractiveSelection method

void setEnableInteractiveSelection(
  1. bool? value
)

Implementation

void setEnableInteractiveSelection(bool? value) {
  onNotifyWithCallback(() => enableInteractiveSelection = value);
}