s16W500 static method
Implementation
static TextStyle s16W500() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale500,
fontSize: 16,
fontWeight: FontWeight.w500,
height: 22 / 18,
);
}
static TextStyle s16W500() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale500,
fontSize: 16,
fontWeight: FontWeight.w500,
height: 22 / 18,
);
}