menu
meshagent_flutter_shadcn package
documentation
chat/chat.dart
ChatBubble
ChatBubble.new const constructor
ChatBubble.new const constructor
dark_mode
light_mode
ChatBubble
constructor
const
ChatBubble
(
{
Key
?
key
,
required
bool
mine
,
required
String
text
,
})
Implementation
const ChatBubble({super.key, required this.mine, required this.text});
meshagent_flutter_shadcn package
documentation
chat/chat
ChatBubble
ChatBubble.new const constructor
ChatBubble class