autofocus property

bool autofocus
final

Default: false
Creates a FormField that contains a TextField.
When a controller is specified, initialValue must be null (the default). If controller is null, then a TextEditingController will be constructed automatically and its text will be initialized to initialValue or the empty string.
For documentation about the various parameters, see the TextField class and TextField.new, the constructor.

Implementation

final bool autofocus;