s16W600 static method

TextStyle s16W600()

Implementation

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