s10W400 static method

TextStyle s10W400()

Implementation

static TextStyle s10W400() {
  return GoogleFonts.plusJakartaSans(
    color: AppColor.colorGreyscale500,
    fontSize: 10,
    fontWeight: FontWeight.w400,
  );
}