LinkPreviewBubbleStyle constructor

const LinkPreviewBubbleStyle({
  1. TextStyle? titleStyle,
  2. TextStyle? urlStyle,
  3. Color? tileColor,
  4. Color? backgroundColor,
})

Implementation

const LinkPreviewBubbleStyle(
    {this.titleStyle, this.urlStyle, this.tileColor, this.backgroundColor});