s8W700 static method
Implementation
static TextStyle s8W700() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale500,
fontSize: 8,
fontWeight: FontWeight.w700,
);
}
static TextStyle s8W700() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale500,
fontSize: 8,
fontWeight: FontWeight.w700,
);
}