primaryNormal20 property
Implementation
static TextStyle primaryNormal20 = TextStyle(
color: ColorConstants.fontPrimary,
fontSize: 20.toFont,
letterSpacing: 0.1,
fontWeight: FontWeight.normal);
static TextStyle primaryNormal20 = TextStyle(
color: ColorConstants.fontPrimary,
fontSize: 20.toFont,
letterSpacing: 0.1,
fontWeight: FontWeight.normal);