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