CollaborativeDocumentConfiguration constructor
CollaborativeDocumentConfiguration({
- String? title,
- String? subtitle,
- Widget? icon,
- String? buttonText,
- DocumentBubbleStyle? style,
- CometChatTheme? theme,
- String? optionTitle,
- String? optionIconUrl,
- String? optionIconUrlPackageName,
- CollaborativeDocumentOptionStyle? optionStyle,
Implementation
CollaborativeDocumentConfiguration(
{this.title,
this.subtitle,
this.icon,
this.buttonText,
this.style,
this.theme,
this.optionTitle,
this.optionIconUrl,
this.optionIconUrlPackageName,
this.optionStyle});