PerformableAction constructor
const
PerformableAction({
- required String name,
- VoidCallback? invoke,
- SingleActivator? activator,
- bool? checked,
- bool? closeMenu,
Create an instance.
Implementation
const PerformableAction({
required this.name,
this.invoke,
this.activator,
this.checked,
this.closeMenu,
});