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