fontM20secondary property

TextStyle fontM20secondary
getter/setter pair

Implementation

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