getAutofocus method

bool getAutofocus()

Returns the autofocus of the matched ListTile via Widget.toDiagnosticsNode

Implementation

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