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