init(colors: [Color], center: UnitPoint , startRadius : CGFloat, endRadius : CGFloat)
Creates a radial gradient from a collection of colors.
init(stops: [Gradient.Stop], center: UnitPoint , startRadius : CGFloat, endRadius : CGFloat)
Creates a radial gradient from a collection of color stops.