- gradientRadius
- The radius of the gradient in pixels
Sets the radius of the gradient. The radius is honored only when the gradient type is set to GradientDrawable.RADIAL_GRADIENT.
Note: changing this property will affect all instances of a drawable loaded from a resource. It is recommended to invoke GradientDrawable.mutate() before changing this property.