largeNormalTextStyle static method
Implementation
static TextStyle largeNormalTextStyle() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorDark,
fontSize: 18,
fontWeight: FontWeight.w500,
);
}
static TextStyle largeNormalTextStyle() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorDark,
fontSize: 18,
fontWeight: FontWeight.w500,
);
}