ChatWidget constructor
const
ChatWidget({
- required BotConfiguration configuration,
- dynamic onOpen({
- required bool isOpen,
- Widget? fabWidget,
- bool mobile = true,
- Key? key,
Creates a new instance of the floating chat button.
Implementation
const ChatWidget({
required this.configuration,
this.onOpen,
this.fabWidget,
this.mobile = true,
super.key,
});