secondaryRegular14 property

TextStyle secondaryRegular14
getter/setter pair

Implementation

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