s20W500 static method

TextStyle s20W500()

Implementation

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