s12W500 static method

TextStyle s12W500()

Implementation

static TextStyle s12W500() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale600,
    fontSize: 12,
    fontWeight: FontWeight.w500,
    height: 16 / 18,
  );
}