ChatView constructor
const
ChatView({
- Key? key,
- bool? withInput,
- bool? withToolbar,
- required FlutterChatViewCreatedCallback onNativeViewCreated,
Implementation
const ChatView({
super.key,
this.withInput,
this.withToolbar,
required this.onNativeViewCreated,
});