fontM16dark property

TextStyle fontM16dark
getter/setter pair

Implementation

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