CarpenterCommandState constructor

const CarpenterCommandState({
  1. CarpenterCommandVisibility visibility = CarpenterCommandVisibility.visible,
  2. bool enabled = true,
  3. String? disabledReason,
  4. CarpenterCommandExecution execution = CarpenterCommandExecution.idle,
  5. Object? error,
})

Implementation

const CarpenterCommandState({
  this.visibility = CarpenterCommandVisibility.visible,
  this.enabled = true,
  this.disabledReason,
  this.execution = CarpenterCommandExecution.idle,
  this.error,
});