onSendPressed property
void Function(PartialText)
onSendPressed
final
Will be called on SendButton tap. Has types.PartialText
which can
be transformed to types.TextMessage
and added to the messages list.
Implementation
final void Function(types.PartialText) onSendPressed;