menu
chat_package package
documentation
components/chat_input_field/chat_input_field_provider.dart
ChatInputFieldProvider
onTextSubmit property
onTextSubmit property
dark_mode
light_mode
onTextSubmit
property
dynamic Function
(
ChatMessage
text
)
onTextSubmit
final
The callback when send is pressed.
Implementation
final Function(ChatMessage text) onTextSubmit;
chat_package package
documentation
components/chat_input_field/chat_input_field_provider
ChatInputFieldProvider
onTextSubmit property
ChatInputFieldProvider class