fontBold20secondary property

TextStyle fontBold20secondary
getter/setter pair

Implementation

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