s12W400 static method

TextStyle s12W400()

Implementation

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