fontM14secondary property

TextStyle fontM14secondary
getter/setter pair

Implementation

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