Returns a copy of this Gradient with its List<Color> colors reversed as well as any potential stops.
Gradient
List<Color>
Gradient get reversed => copyWith( colors: colors.reversed.toList(), stops: stops?.reversed.toList(), );