ChatTextField constructor
const
ChatTextField({})
Implementation
const ChatTextField({
super.key,
this.controller,
this.changed,
this.submitted,
this.emojiFn,
this.attachmentsFn,
this.cameraFn,
required this.backgroundColor,
required this.itemsColor,
});