errorTextStyle top-level property
Implementation
final TextStyle errorTextStyle = GoogleFonts.inter(
fontSize: 12.0,
color: const Color(0xFFF44336), // Red for error message
fontWeight: FontWeight.w500,
);
final TextStyle errorTextStyle = GoogleFonts.inter(
fontSize: 12.0,
color: const Color(0xFFF44336), // Red for error message
fontWeight: FontWeight.w500,
);