autofocus property

bool? autofocus
final

If True, this widget will be selected as the initial focus when no other node in its scope is currently focused.

Implementation

final bool? autofocus;