fontBold16secondary property

TextStyle fontBold16secondary
getter/setter pair

Implementation

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