TextStyle w400_8Poppins({Color? color = Colors.black}) { return TextStyle( fontSize:getFontSize(8.0) , fontWeight: FontWeight.w400, color: color, fontFamily: AppString.poppins); }