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