fontM18dark property

TextStyle fontM18dark
getter/setter pair

Implementation

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