ChatMessageInputConfig constructor
const
ChatMessageInputConfig({})
Implementation
const ChatMessageInputConfig({
bool? isShowAudioRecorder,
bool? isShowPhotoTaker,
bool? isShowMore,
}) : _userIsShowAudioRecorder = isShowAudioRecorder,
_userIsShowPhotoTaker = isShowPhotoTaker,
_userIsShowMore = isShowMore;