CircleAlarmButton constructor
const
CircleAlarmButton({})
Implementation
const CircleAlarmButton({
super.key,
this.onPressed,
this.radius = 25.0, // Default radius. Adjust as needed
this.iconColor = Colors.white,
this.backgroundColor,
this.padding = 5.0, // Default padding
this.isEnabled = true,
});