Creates a radial graident.
The colors argument must not be null. If stops is non-null, it must have the same length as colors.
Source
const RadialGradient({ this.center: FractionalOffset.center, this.radius: 0.5, this.colors, this.stops, this.tileMode: TileMode.clamp });