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