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