UIBox constructor

const UIBox(
  1. String componentName, {
  2. bool isLive = kDebugMode,
  3. bool isComponent = false,
  4. List<Parameter>? parameters,
  5. Key? key,
  6. UIBoxController? controller,
  7. Widget? placeholder,
  8. Widget errorWidget(
    1. Exception
    )?,
  9. List<Override>? overrides,
  10. List<Workflow>? workflows,
})

Implementation

const UIBox(
  this.componentName, {
  this.isLive = kDebugMode,
  this.isComponent = false,
  this.parameters,
  super.key,
  this.controller,
  this.placeholder,
  this.errorWidget,
  this.overrides,
  this.workflows,
});