s22W700 static method

TextStyle s22W700()

Implementation

static TextStyle s22W700() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 22,
    fontWeight: FontWeight.w700,
  );
}