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