TextStyle w600_11Poppins({Color? color = Colors.black}) { return TextStyle( fontSize: getFontSize(10.0), fontWeight: FontWeight.w600, color: color, fontFamily: AppString.poppins); }