placeholderColor property
Color
get
placeholderColor
Implementation
Color get placeholderColor =>
isDark ? Colors.grey.shade900 : Colors.blueGrey.shade50;
Color get placeholderColor =>
isDark ? Colors.grey.shade900 : Colors.blueGrey.shade50;