SMaintenanceButton constructor
const
SMaintenanceButton({})
Implementation
const SMaintenanceButton({
super.key,
this.onTap,
this.isOnMaintenance = false,
this.activeColor,
this.nonActiveColor,
this.icon,
this.showConfirmation = false,
this.confirmationMessage,
});