helperText property

String? helperText
final

Text that provides context about the InputDecorator.child's value, such as how the value will be used.

If non-null, the text is displayed below the InputDecorator.child, in the same location as errorText. If a non-null errorText value is specified then the helper text is not shown.

Implementation

final String? helperText;