TextStyle w500_17Poppins({Color? color = Colors.black}) { return TextStyle( fontSize:getFontSize(17.0) , fontWeight: FontWeight.w500, color: color, fontFamily: AppString.poppins); }