PerformableActionMenuItem constructor
const
PerformableActionMenuItem({
- required PerformableAction action,
- bool autofocus = false,
- bool canCloseMenu = true,
- Key? key,
Create an instance.
Implementation
const PerformableActionMenuItem({
required this.action,
this.autofocus = false,
this.canCloseMenu = true,
super.key,
});