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