placeholder property

String? placeholder
final

custom placeholder text if nothing is selected, max 100 characters

is not always returned, hence the nullable property

Implementation

final String? placeholder;