TextStyle w300_12Poppins({Color? color = Colors.black}) { return TextStyle( fontSize: getFontSize(12.0), fontWeight: FontWeight.w300, color: color, fontFamily: AppString.poppins); }