primaryRegular20 property

TextStyle primaryRegular20
getter/setter pair

Implementation

static TextStyle primaryRegular20 = TextStyle(
    color: ColorConstants.fontPrimary,
    fontSize: 20.toFont,
    letterSpacing: 0.1,
    fontWeight: FontWeight.bold);