primaryRegular16 property

TextStyle primaryRegular16
getter/setter pair

Implementation

static TextStyle primaryRegular16 = TextStyle(
    color: ColorConstants.fontPrimary,
    fontSize: 16.toFont,
    fontWeight: FontWeight.normal);