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