WhiteBoardBubbleStyle constructor

const WhiteBoardBubbleStyle({
  1. TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. TextStyle? buttonTextStyle,
  4. TextStyle? webViewTitleStyle,
  5. Color? webViewBackIconColor,
  6. Color? webViewAppBarColor,
  7. Color? iconTint,
  8. Color? background,
  9. Color? dividerColor,
})

Style for WhiteBoard bubble

Implementation

const WhiteBoardBubbleStyle(
    {this.titleStyle,
    this.subtitleStyle,
    this.buttonTextStyle,
    this.webViewTitleStyle,
    this.webViewBackIconColor,
    this.webViewAppBarColor,
    this.iconTint,
    this.background,
    this.dividerColor});