TextStyle textSub2({Color? color}) { return TextStyle( fontSize: 14, fontWeight: FontWeight.w600, color: color ?? Colors.black, fontFamily: Strings.fontFamily, ); }