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