s16W400 static method

TextStyle s16W400()

Implementation

static TextStyle s16W400() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale400,
    fontSize: 16,
    fontWeight: FontWeight.w400,
    height: 22 / 18,
  );
}