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