s24W700 static method

TextStyle s24W700()

Implementation

static TextStyle s24W700() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 24,
    fontWeight: FontWeight.w700,
    height: 28 / 18,
  );
}