f14w400Error constant

TextStyle const f14w400Error

Regular 14pt text style with normal weight and error color.

Implementation

static const f14w400Error = TextStyle(
  fontSize: 14,
  color: AppColors.error,
  fontWeight: FontWeight.w400,
);