menu
gpt_chatbot package
documentation
features/presentation/ui/chatbot_screen.dart
ChatBubble
ChatBubble.new const constructor
ChatBubble.new const constructor
dark_mode
light_mode
ChatBubble
constructor
const
ChatBubble
(
{
required
ChatMessage
message
,
})
Implementation
const ChatBubble({required this.message});
gpt_chatbot package
documentation
features/presentation/ui/chatbot_screen
ChatBubble
ChatBubble.new const constructor
ChatBubble class