Chat constructor
const
Chat({
- Key? key,
- bool readOnly = false,
- ChatController? chatController,
- ChatConfiguration configuration = const ChatConfiguration(),
- Future<
void> onScrollToTop()?, - Widget customInputField()?,
Implementation
const Chat({
super.key,
this.readOnly = false,
this.chatController,
this.configuration = const ChatConfiguration(),
this.onScrollToTop,
this.customInputField,
});