WhiteBoardBubbleStyle class

WhiteBoardBubbleStyle is a data class that has styling-related properties to customize the appearance of CometChatCollaborativeWhiteBoardBubble

Constructors

WhiteBoardBubbleStyle({TextStyle? titleStyle, TextStyle? subtitleStyle, TextStyle? buttonTextStyle, TextStyle? webViewTitleStyle, Color? webViewBackIconColor, Color? webViewAppBarColor, Color? iconTint, Color? background, Color? dividerColor})
Style for WhiteBoard bubble
const

Properties

background Color?
background sets background color for the bubble
final
buttonTextStyle TextStyle?
buttonTextStyle buttonText text style
final
dividerColor Color?
dividerColor sets background color for the bubble
final
hashCode int
The hash code for this object.
no setterinherited
iconTint Color?
iconTint default document bubble icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleStyle TextStyle?
subtitleStyle subtitle text style
final
titleStyle TextStyle?
titleStyle title text style
final
webViewAppBarColor Color?
webViewAppBarColor webview app bar color
final
webViewBackIconColor Color?
webViewBackIconColor webview back icon color
final
webViewTitleStyle TextStyle?
webViewTitleStyle webview title style
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited