RadialGradientUtils extension
Offers copyWith method to make duplicate Gradients.
Methods
-
copyWith(
{List< Color> ? colors, List<double> ? stops, GradientTransform? transform, TileMode? tileMode, AlignmentGeometry? center, double? radius, AlignmentGeometry? focal, double? focalRadius}) → RadialGradient -
Available on RadialGradient, provided by the RadialGradientUtils extension
📋 Returns a new copy of thisRadialGradientwith any provided optional parameters overriding those ofthis.