s16W500 static method

TextStyle s16W500()

Implementation

static TextStyle s16W500() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale500,
    fontSize: 16,
    fontWeight: FontWeight.w500,
    height: 22 / 18,
  );
}