autofocus property

bool autofocus
final

Whether to automatically request focus when the widget is built.

Defaults to true. Set to false if you want to manually control focus.

Implementation

final bool autofocus;