ActionButton constructor
- Key? key,
- VoidCallback? onPressed,
- required Widget icon,
- required String tooltip,
Implementation
const ActionButton({Key? key, this.onPressed, required this.icon, required this.tooltip}) : super(key: key);
const ActionButton({Key? key, this.onPressed, required this.icon, required this.tooltip}) : super(key: key);