onSend property

void Function(String text) onSend
final

Called for chips that should be sent immediately (e.g. "Start quiz").

Implementation

final void Function(String text) onSend;