WidgetAttachmentConfig constructor

WidgetAttachmentConfig({
  1. int? maxSize,
  2. bool? isEnabled,
  3. Set<String>? allowedExtensions,
})

Implementation

WidgetAttachmentConfig({
  this.maxSize,
  this.isEnabled,
  this.allowedExtensions,
});