errorTextStyle top-level property

TextStyle errorTextStyle
final

Implementation

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