s13W400 static method
Implementation
static TextStyle s13W400() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale800,
fontSize: 13,
fontWeight: FontWeight.w400,
);
}
static TextStyle s13W400() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale800,
fontSize: 13,
fontWeight: FontWeight.w400,
);
}