deepCopy method
Implementation
GradientDrawable deepCopy() => GradientDrawable(
orientation: orientation,
colors: colors,
);
GradientDrawable deepCopy() => GradientDrawable(
orientation: orientation,
colors: colors,
);