greyTheme constant
FlexiTextFieldTheme
const greyTheme
Implementation
static const FlexiTextFieldTheme greyTheme = FlexiTextFieldTheme(
prefixIconColor: Colors.grey,
suffixIconColor: Colors.grey,
borderColor: Colors.grey,
fillColor: Color(0xFFF5F5F5), // Very light grey
hintColor: Colors.black45,
textColor: Colors.black87,
);