fontM20dark property

TextStyle fontM20dark
getter/setter pair

Implementation

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