primaryBold18 property
Implementation
TextStyle primaryBold18 = TextStyle(
color: AllColors().Black,
fontWeight: FontWeight.w700,
fontSize: 18.toFont,
);
TextStyle primaryBold18 = TextStyle(
color: AllColors().Black,
fontWeight: FontWeight.w700,
fontSize: 18.toFont,
);