menu
tadamon
features/pages/chat_with_dev_page/ui/widget/chat_bubble.dart
Message
Message.new const constructor
Message.new
dark_mode
light_mode
Message
constructor
const
Message
(
{
required
String
text
,
required
bool
isSentByMe
,
Key
?
key
,
})
Implementation
const Message({required this.text, required this.isSentByMe, super.key});
tadamon
chat_bubble
Message
Message.new const constructor
Message class