radialGradient method

VxAnimatedBox radialGradient(
  1. List<Color> colors
)

Sets the radial gradient to the decorated box.

Implementation

VxAnimatedBox radialGradient(List<Color> colors) =>
    this.._gradient = RadialGradient(colors: colors);