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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited