sweepGradient method

VxAnimatedBox sweepGradient(
  1. List<Color> colors
)

Sets the sweep gradient to the decorated box.

Implementation

VxAnimatedBox sweepGradient(List<Color> colors) =>
    this.._gradient = SweepGradient(colors: colors);