autofocus property

bool autofocus
final

Whether the first child should automatically receive focus.

When true, the first attached SubFocus widget will automatically gain focus when the scope is built. Defaults to false.

Implementation

final bool autofocus;