ChatView constructor
const
ChatView({})
Implementation
const ChatView({
super.key,
required this.appBarColor,
required this.url,
required this.parametros,
required this.onMinimize,
required this.onClose,
required this.shouldClose,
});