autofocus property
This attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the autofocus attribute.
Implementation
final bool autofocus;
This attribute lets you specify that a form control should have input focus when the page loads. Only one form element in a document can have the autofocus attribute.
final bool autofocus;