UiFeedbackElementConfig constructor
UiFeedbackElementConfig({
- bool? clickable,
- ContentTypeEnum? contentType,
- UiFeedbackElementAttributesConfig? defaultAttributes,
- UiFeedbackElementContentConfig? defaultContent,
- String? id,
- OverlayConfig? overlay,
- List<
UiFeedbackPresetConfig> ? presets, - String? tag,
- UiFeedbackElementTriggerConfig? trigger,
Implementation
UiFeedbackElementConfig({
this.clickable,
this.contentType,
this.defaultAttributes,
this.defaultContent,
this.id,
this.overlay,
this.presets,
this.tag,
this.trigger,
});