autofocus property
Specifies that the button should have input focus when the page loads. Only one element in a document can have this attribute.
Implementation
final bool autofocus;
Specifies that the button should have input focus when the page loads. Only one element in a document can have this attribute.
final bool autofocus;