CarpenterCommandShortcutScope constructor
const
CarpenterCommandShortcutScope({
- Key? key,
- required List<
CarpenterCommandBinding> bindings, - required Widget child,
Implementation
const CarpenterCommandShortcutScope({
super.key,
required this.bindings,
required this.child,
});