s20W600 static method

TextStyle s20W600()

Implementation

static TextStyle s20W600() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 20,
    fontWeight: FontWeight.w600,
    height: 24 / 18,
  );
}