LinkPreviewBubbleStyle class

LinkPreviewBubbleStyle is a data class that has styling-related properties to customize the appearance of LinkPreviewBubble

Constructors

LinkPreviewBubbleStyle({TextStyle? titleStyle, TextStyle? urlStyle, Color? tileColor, Color? backgroundColor})
const

Properties

backgroundColor Color?
backgroundColor changes the color of the bubble
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileColor Color?
tileColor changes the color of the tile containing website name, link and favicon
final
titleStyle TextStyle?
titleStyle styles the name of the website
final
urlStyle TextStyle?
urlStyle styles the url link
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