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