autofocus property

bool autofocus
final

Whether the button should automatically receive focus when the widget is built. Defaults to false; managed by focusNode.

Implementation

final bool autofocus;