UiFeedbackElementConfig constructor

UiFeedbackElementConfig({
  1. bool? clickable,
  2. ContentTypeEnum? contentType,
  3. UiFeedbackElementAttributesConfig? defaultAttributes,
  4. UiFeedbackElementContentConfig? defaultContent,
  5. String? id,
  6. OverlayConfig? overlay,
  7. List<UiFeedbackPresetConfig>? presets,
  8. String? tag,
  9. UiFeedbackElementTriggerConfig? trigger,
})

Implementation

UiFeedbackElementConfig({
    this.clickable,
    this.contentType,
    this.defaultAttributes,
    this.defaultContent,
    this.id,
    this.overlay,
    this.presets,
    this.tag,
    this.trigger,
});