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