s17W600 static method
Implementation
static TextStyle s17W600() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale800,
fontSize: 17,
fontWeight: FontWeight.w600,
);
}
static TextStyle s17W600() {
return GoogleFonts.plusJakartaSans(
color: AppColor.colorGreyscale800,
fontSize: 17,
fontWeight: FontWeight.w600,
);
}