AppCommandScope constructor
const
AppCommandScope({
- required AppCommandRegistry registry,
- required Widget child,
- Key? key,
Implementation
const AppCommandScope({
required this.registry,
required super.child,
super.key,
});