autofocus property
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;
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.
final bool autofocus;