label property
The text that appears above the text input field in the user interface.
Specify text that helps the user enter the information your app needs. For
example, if you are asking someone's name, but specifically need their
surname, write surname
instead of name
. Required if hintText
is
unspecified. Otherwise, optional.
Implementation
core.String? label;