AnimatedBorderButton constructor
const
AnimatedBorderButton({})
Creates an AnimatedBorderButton with the given animation and properties.
Implementation
const AnimatedBorderButton({
super.key,
required this.animation,
required this.curve,
required this.verticalPadding,
required this.horizontalPadding,
required this.borderRadius,
required this.waveLength,
required this.backgroundColor,
required this.child,
}) : super(listenable: animation);