CarpenterCommandScope constructor
const
CarpenterCommandScope({
- Key? key,
- required List<
CarpenterCommand> commands, - required Widget child,
Implementation
const CarpenterCommandScope({
super.key,
required this.commands,
required super.child,
});