s8W700 static method

TextStyle s8W700()

Implementation

static TextStyle s8W700() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale500,
    fontSize: 8,
    fontWeight: FontWeight.w700,
  );
}