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