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