ChatMessageInputConfig constructor

const ChatMessageInputConfig({
  1. bool? isShowAudioRecorder,
  2. bool? isShowPhotoTaker,
  3. bool? isShowMore,
})

Implementation

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