WidgetInfo constructor

WidgetInfo({
  1. String? id,
  2. String? title,
  3. String? primaryColor,
  4. String? backgroundColor,
  5. num? maxUploadContentSize,
  6. bool? multiThread,
  7. bool? multiChannelConversationEnabled,
  8. bool? callsEnabled,
  9. List<String>? themeNames,
})

Implementation

WidgetInfo({
  this.id,
  this.title,
  this.primaryColor,
  this.backgroundColor,
  this.maxUploadContentSize,
  this.multiThread,
  this.multiChannelConversationEnabled,
  this.callsEnabled,
  this.themeNames,
});