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