CardActionButton constructor
const
CardActionButton({
- Key? key,
- required Icon icon,
- required String label,
- required VoidCallback onPress,
- bool closeCardWhenPress = false,
- MouseCursor? cursor,
Implementation
const CardActionButton({
super.key,
required this.icon,
required this.label,
required this.onPress,
this.closeCardWhenPress = false,
this.cursor,
});