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 editor obtains focus. Otherwise, the keyboard is only shown after the user taps the editor.

Defaults to false. Cannot be null.

Implementation

final bool autofocus;