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