s10W500 static method

TextStyle s10W500()

Implementation

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