s16W700 static method

TextStyle s16W700()

Implementation

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