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