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