s15W500 static method

TextStyle s15W500()

Implementation

static TextStyle s15W500() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 15,
    fontWeight: FontWeight.w500,
  );
}