hintText property

String? hintText
getter/setter pair

Text that appears below the text input field meant to assist users by prompting them to enter a certain value.

This text is always visible. Required if label is unspecified. Otherwise, optional.

Implementation

core.String? hintText;