SMaintenanceButton constructor
const
SMaintenanceButton({
- Key? key,
- VoidCallback? onTap,
- bool isOnMaintenance = false,
- Color? activeColor,
- Color? nonActiveColor,
Implementation
const SMaintenanceButton({
super.key,
this.onTap,
this.isOnMaintenance = false,
this.activeColor,
this.nonActiveColor,
});