autofocus property

bool autofocus
final

Whether the text area should automatically receive focus.

When true, the text area will request focus when first built, causing the keyboard to appear automatically.

Implementation

final bool autofocus;