ChatBotView constructor
ChatBotView({
- Key? key,
- required ChatBotController<
ChatBotMessageConvertible> controller, - required ChatBotBubble bubbleBuilder(),
- required Widget typingIndicator,
- required Widget inputView,
- required ChatBotState state,
- required EdgeInsets padding,
Implementation
ChatBotView({
Key? key,
required this.controller,
required this.bubbleBuilder,
required this.typingIndicator,
required this.inputView,
required this.state,
required this.padding,
});