error14 property

TextStyle error14
getter/setter pair

Implementation

static TextStyle error14 = TextStyle(
    color: ColorConstants.redText,
    fontSize: 14.toFont,
    letterSpacing: 0.1,
    fontWeight: FontWeight.normal);