AgentBubble class

Constructors

AgentBubble({Color bgColor = Colors.green, Color loaderColor = Colors.white, TextStyle textStyle = const TextStyle(color: Colors.white, fontSize: 14), TextStyle timeTextStyle = const TextStyle(color: Colors.white70, fontSize: 8), AudioMessageStyle audioMessage = const AudioMessageStyle(playPauseIconColor: Colors.white, sliderColor: Colors.white70, downloadIconColor: Colors.white, durationStyle: TextStyle(color: Colors.white, fontSize: 12)), VideoMessageStyle videoMessage = const VideoMessageStyle(playButtonColor: Colors.black), DocumentMessageStyle documentMessage = const DocumentMessageStyle(attachmentIconColor: Colors.black, textStyle: TextStyle(color: Colors.black, fontSize: 14), copyIconColor: Colors.grey, downloadIconColor: Colors.black)})
const

Properties

audioMessage AudioMessageStyle
final
bgColor Color
final
documentMessage DocumentMessageStyle
final
hashCode int
The hash code for this object.
no setterinherited
loaderColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle
final
timeTextStyle TextStyle
final
videoMessage VideoMessageStyle
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