CoderAnimatedGradientBorder constructor
const
CoderAnimatedGradientBorder({})
Creates a glowing animated gradient border around the child.
Requires gradientColors and borderRadius to be provided.
Implementation
const CoderAnimatedGradientBorder({
super.key,
required this.child,
required this.gradientColors,
required this.borderRadius,
this.animationTime,
this.borderSize,
this.glowSize,
this.animationProgress,
this.stretchAlongAxis = false,
this.stretchAxis = Axis.horizontal,
});