setPlaceholder method

void setPlaceholder(
  1. String value
)
inherited

Sets the placeholder of this.

Implementation

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