menu
dutato
presentation/widgets/chat_bubble.dart
ChatBubble
ChatBubble.new const constructor
ChatBubble.new
dark_mode
light_mode
description
ChatBubble
constructor
const
ChatBubble
(
{
Key
?
key
,
required
String
message
,
required
bool
isUser
,
DateTime
?
timestamp
,
})
Implementation
const ChatBubble({ super.key, required this.message, required this.isUser, this.timestamp, });
dutato
chat_bubble
ChatBubble
ChatBubble.new const constructor
ChatBubble class