onSend property

dynamic Function(String text) onSend
final

Callback when the send button is pressed, providing the text from the input field

Implementation

final Function(String text) onSend;