fontBold18secondary property

TextStyle fontBold18secondary
getter/setter pair

Implementation

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