autofocus property
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;
Whether to automatically request focus when the widget is built.
Defaults to true. Set to false if you want to manually control focus.
final bool autofocus;