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