ActionSpecificationWidget constructor
ActionSpecificationWidget({})
Implementation
ActionSpecificationWidget({
super.key,
required this.app,
required this.label,
required this.enabled,
required this.actionSpecification,
});