AnimatedButton constructor
Implementation
const AnimatedButton({
super.key,
required this.child,
this.decorator = AnimatedButton._defaultDecorator,
this.onPressed,
this.onLongPress,
this.enabled = true,
});
const AnimatedButton({
super.key,
required this.child,
this.decorator = AnimatedButton._defaultDecorator,
this.onPressed,
this.onLongPress,
this.enabled = true,
});