getEnableInteractiveSelection method

bool getEnableInteractiveSelection()

Returns the enableInteractiveSelection of the matched EditableText via Widget.toDiagnosticsNode

Implementation

bool getEnableInteractiveSelection() {
  return getDiagnosticProp<bool>('enableInteractiveSelection');
}