setPlaceholder method

void setPlaceholder(
  1. dynamic value
)

Implementation

void setPlaceholder(dynamic value) {
  onNotifyWithCallback(() => placeholder = value);
}