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