error_bold constant
TextStyle
const error_bold
Implementation
static const error_bold = TextStyle(
fontWeight: FontWeight.bold,
// fontSize: 30,
fontSize: 26,
color: AdpColors.red,
);