setPlaceholderTint method

void setPlaceholderTint(
  1. Color? value
)

Implementation

void setPlaceholderTint(Color? value) {
  onNotifyWithCallback(() => placeholderTint = value);
}