AnimatedDeleteButton constructor
const
AnimatedDeleteButton({})
Implementation
const AnimatedDeleteButton({
super.key,
required this.onDelete,
this.size,
this.backgroundColor,
this.deleteColor,
this.dustColor,
this.animationDuration = const Duration(milliseconds: 2000),
this.enabled = true,
});