ChatBotButton constructor
const
ChatBotButton({
- Key? key,
- required VoidCallback onPressed,
- required Color color,
Implementation
const ChatBotButton({super.key, required this.onPressed, required this.color});