autofocus property

bool autofocus
final

Whether this editor 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. Cannot be null.

Implementation

final bool autofocus;