s12W800 static method

TextStyle s12W800()

Implementation

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