FloatingChatBubble constructor
const
FloatingChatBubble({})
Implementation
const FloatingChatBubble({
super.key,
required this.service,
this.theme,
this.title,
this.bubbleIcon,
this.bubbleColor,
this.showCloseButton = true,
this.bubbleSize = 56,
this.padding = const EdgeInsets.all(16),
});