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