placeholder property

String? placeholder
finalinherited

Valid for text, search, url, tel, email, password, and number, the placeholder attribute provides a brief hint to the user as to what kind of information is expected in the field.

Implementation

final String? placeholder;