TextStyle w900_20Poppins({Color? color = Colors.black}) { return TextStyle( fontSize:getFontSize(20.0) , fontWeight: FontWeight.w900, color: color, fontFamily: AppString.poppins); }