fontM14dark property

TextStyle fontM14dark
getter/setter pair

Implementation

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