autoFocus property

  1. @override
bool autoFocus
final

Whether the field should auto-focus when the widget is built.

Defaults to false.

Implementation

@override
final bool autoFocus;