hasFocus property
bool
get
hasFocus
Indicates whether the form field has focus or not.
Implementation
bool get hasFocus => _hasFocus;
Indicates whether the form field has focus or not.
bool get hasFocus => _hasFocus;