CarpenterCommandState constructor
const
CarpenterCommandState({
- CarpenterCommandVisibility visibility = CarpenterCommandVisibility.visible,
- bool enabled = true,
- String? disabledReason,
- CarpenterCommandExecution execution = CarpenterCommandExecution.idle,
- Object? error,
Implementation
const CarpenterCommandState({
this.visibility = CarpenterCommandVisibility.visible,
this.enabled = true,
this.disabledReason,
this.execution = CarpenterCommandExecution.idle,
this.error,
});