secondaryRegular16 property

TextStyle secondaryRegular16
getter/setter pair

Implementation

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