errorBaseText top-level constant
TextStyle
const errorBaseText
Implementation
const errorBaseText = TextStyle(
color: errorColor,
fontFamily: 'Poppins',
fontSize: 14,
fontWeight: FontWeight.w400,
);