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