primaryBold16 property
Implementation
static TextStyle primaryBold16 = TextStyle(
color: ColorConstants.fontPrimary,
fontSize: 16.toFont,
letterSpacing: 0.1,
fontWeight: FontWeight.w700,
);
static TextStyle primaryBold16 = TextStyle(
color: ColorConstants.fontPrimary,
fontSize: 16.toFont,
letterSpacing: 0.1,
fontWeight: FontWeight.w700,
);