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