GradientBorderPainter constructor
Creates a GradientBorderPainter with the given animation, colors, and borderPadding.
Implementation
GradientBorderPainter(this.animation, this.colors, this.borderPadding)
: super(repaint: animation);
Creates a GradientBorderPainter with the given animation, colors, and borderPadding.
GradientBorderPainter(this.animation, this.colors, this.borderPadding)
: super(repaint: animation);