CircleDeleteButton constructor
const
CircleDeleteButton({})
Implementation
const CircleDeleteButton({
super.key,
this.onPressed,
this.radius = 25.0,
this.iconColor = Colors.white,
this.backgroundColor,
this.padding = 5.0,
this.isEnabled = true,
});