fontBold14secondary property

TextStyle fontBold14secondary
getter/setter pair

Implementation

static TextStyle fontBold14secondary = TextStyle(
    fontSize: 14.toFont,
    color: ColorConstants.secondary,
    fontWeight: FontWeight.bold);