s17W700 static method

TextStyle s17W700()

Implementation

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