static Color withOpacity(Color c, double alpha) { ret colorWithAlpha(c, alpha); } static Color withOpacity(double alpha, Color c) { ret colorWithAlpha(alpha, c); }