TextStyle w700_34Poppins({Color? color = Colors.black}) { return TextStyle( fontSize:getFontSize(34.0) , fontWeight: FontWeight.w700, color: color, fontFamily: AppString.poppins); }