CarpenterCommandButton<I> constructor
const
CarpenterCommandButton<I> ({
- Key? key,
- required CarpenterCommand<
I> command, - required I input,
- Widget? child,
- bool? secondary,
Implementation
const CarpenterCommandButton({
super.key,
required this.command,
required this.input,
this.child,
this.secondary,
});