autofocus property

bool autofocus
final

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;