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