s14W400 static method

TextStyle s14W400()

Implementation

static TextStyle s14W400() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale800,
    fontSize: 14,
    fontWeight: FontWeight.w400,
    height: 20 / 18,
  );
}