getSelectionEnabled method

bool getSelectionEnabled()

Returns the selectionEnabled of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

bool getSelectionEnabled() {
  return getDiagnosticProp<bool>('selectionEnabled');
}