yellowTheme constant

FlexiTextFieldTheme const yellowTheme

Implementation

static const FlexiTextFieldTheme yellowTheme = FlexiTextFieldTheme(
  prefixIconColor: Colors.amber,
  suffixIconColor: Colors.amber,
  borderColor: Colors.amber,
  fillColor: Color(0xFFFFF9C4), // Very light yellow
  hintColor: Colors.amber,
  textColor: Colors.black87,
);