setPlaceholder method

void setPlaceholder(
  1. String value
)
inherited

Sets the placeholder text shown on the menu.

Implementation

void setPlaceholder (String value) => _placeholder = value;