getAutofocus method

bool getAutofocus()

Returns the autofocus of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

bool getAutofocus() {
  return getDiagnosticProp<bool>('autofocus');
}