ChatBotBubble constructor
const
ChatBotBubble({
- Key? key,
- required int index,
- required ChatBotMessage message,
- required ChatBotBubbleDecoration decoration,
- required ChatMessageBuilder chatMessageBuilder,
- Widget? trailing,
Implementation
const ChatBotBubble({
Key? key,
required this.index,
required this.message,
required this.decoration,
required this.chatMessageBuilder,
this.trailing,
}) : super(key: key);