FloatingButton constructor
const
FloatingButton({
- Key? key,
- required ChatbotConfig chatbotConfig,
- required bool isWebViewVisible,
- required VoidCallback onPress,
Implementation
const FloatingButton({
super.key,
required this.chatbotConfig,
required this.isWebViewVisible,
required this.onPress,
});