ChatBot constructor
const
ChatBot({
- Key? key,
- required ChatControllerInterface chatController,
- Widget? customTypeIndicator,
- TextStyle? styleTextHourBubble,
- StyleSentByMe? styleSentByMeBubble,
- StyleReceivedByMe? styleReceivedByMeBubble,
- ChatInputStyle? styleInput,
You must provide a ChatController to use this widget.
Implementation
const ChatBot(
{super.key,
required this.chatController,
this.customTypeIndicator,
this.styleTextHourBubble,
this.styleSentByMeBubble,
this.styleReceivedByMeBubble,
this.styleInput});