getPlaceholderColor static method
Placeholder Color
Implementation
static Color getPlaceholderColor(BuildContext context) =>
isDarkMode(context) ? Theme.of(context).scaffoldBackgroundColor : AppTheme.placeholderColor;
Placeholder Color
static Color getPlaceholderColor(BuildContext context) =>
isDarkMode(context) ? Theme.of(context).scaffoldBackgroundColor : AppTheme.placeholderColor;