getErrorStyle method

TextStyle getErrorStyle()

Implementation

TextStyle getErrorStyle() {
  return TextStyle(
    fontFamily: UFUtils.fontFamily, // TODO - 'Roboto',
    fontWeight: TextHelper.getFontWeight(fontWeight), //fontWeight ?? FontWeight.w300,
    height: 1.2,
    color: AppTheme.themeColors.red,
    fontSize: TextHelper.getTextSize(UFUTextSize.heading5),
  );
}