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