AnimatedGradientBorder constructor
const
AnimatedGradientBorder({})
Implementation
const AnimatedGradientBorder({
Key? key,
required this.child,
required this.gradientColors,
this.borderWidth = 2.0,
this.borderRadius = 8.0,
this.animate = true,
this.animationDuration = const Duration(seconds: 2),
this.selected = false,
}) : super(key: key);