CarpenterCommandShortcutScope constructor

const CarpenterCommandShortcutScope({
  1. Key? key,
  2. required List<CarpenterCommandBinding> bindings,
  3. required Widget child,
})

Implementation

const CarpenterCommandShortcutScope({
  super.key,
  required this.bindings,
  required this.child,
});