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