s12W800 static method
Implementation
static TextStyle s12W800() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorErrorBase,
fontSize: 12,
fontWeight: FontWeight.w800,
height: 16 / 18,
);
}
static TextStyle s12W800() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorErrorBase,
fontSize: 12,
fontWeight: FontWeight.w800,
height: 16 / 18,
);
}