s13W600 static method

TextStyle s13W600()

Implementation

static TextStyle s13W600() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 13,
    fontWeight: FontWeight.w600,
  );
}