placeholder property

String? placeholder
final

A hint to the user of what can be entered in the control. Carriage returns or line-feeds within the placeholder text must be treated as line breaks when rendering the hint.

Implementation

final String? placeholder;