errorBoldText top-level constant

TextStyle const errorBoldText

Implementation

const errorBoldText = TextStyle(
  color: errorColor,
  fontFamily: 'Poppins',
  fontSize: 14,
  fontWeight: FontWeight.w500,
);