MessageComposer constructor
const
MessageComposer({})
Creates the composer.
Implementation
const MessageComposer({
required this.onSend,
this.enabled = true,
this.hintText = 'Messageā¦',
this.leading,
super.key,
});