ScamAlertCardControls constructor
const
ScamAlertCardControls({
- Key? key,
- required ScamAlertCardState state,
- required VoidCallback onUpdate,
- required bool isDarkMode,
Implementation
const ScamAlertCardControls({
super.key,
required this.state,
required this.onUpdate,
required this.isDarkMode,
});