hint property

Widget? hint
final

The widget to use in place of the hintText.

Either hintText or hint can be specified, but not both.

Implementation

final Widget? hint;