ChatInput constructor
const
ChatInput({})
Implementation
const ChatInput({
Key? key,
this.onSend,
required this.user,
required this.padding,
this.attachBtnClicked,
this.canUseAudio = true,
this.cursorColor,
this.mediaSelector,
this.imageSource = ImageSource.gallery,
required this.theme,
}) : super(key: key);