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