DiagramActionButton constructor
- Key? key,
- required IconData icon,
- required VoidCallback? onPressed,
- bool isDestructive = false,
Implementation
const DiagramActionButton({
super.key,
required this.icon,
required this.onPressed,
this.isDestructive = false,
});