setPlaceholder method
Sets the placeholder text shown on the menu.
Implementation
void setPlaceholder (String value) => _placeholder = value;
Sets the placeholder text shown on the menu.
void setPlaceholder (String value) => _placeholder = value;