displayMediumForCustomkey static method
Implementation
static TextStyle displayMediumForCustomkey(BuildContext context) {
return GoogleFonts.workSans(
fontSize: isiPad ? 20 : 17, fontWeight: FontWeight.w600);
}
static TextStyle displayMediumForCustomkey(BuildContext context) {
return GoogleFonts.workSans(
fontSize: isiPad ? 20 : 17, fontWeight: FontWeight.w600);
}