autofocus property

bool autofocus
final

Whether this text field should focus itself if nothing else is already focused.

If true, the keyboard will open as soon as this text field obtains focus. Otherwise, the keyboard is only shown after the user taps the text field.

Defaults to false.

Implementation

final bool autofocus;