hintCharacter property

String? hintCharacter
final

Displays a hint or placeholder in the field if it's value is empty. It only appears if it's not null. Single character is recommended.

Implementation

final String? hintCharacter;