blueNormal20 property

TextStyle blueNormal20
getter/setter pair

Implementation

static TextStyle blueNormal20 = TextStyle(
    color: ColorConstants.blueText,
    fontSize: 20.toFont,
    letterSpacing: 0.1,
    fontWeight: FontWeight.normal);