autofocus property

bool autofocus
final

Whether this button should be focused automatically when it is inserted into the widget tree.

Defaults to false. Set to true for the primary action button in a dialog or confirmation sheet so keyboard users can confirm immediately.

Implementation

final bool autofocus;