s26W700 static method

TextStyle s26W700()

Implementation

static TextStyle s26W700() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 26,
    fontWeight: FontWeight.w700,
    height: 30 / 18,
  );
}