bottom property

(Widget Function(ChatMessage message, ChatMessage? previousMessage, ChatMessage? nextMessage)?) bottom
final

A widget to show under the chat bubble

Implementation

final Widget Function(ChatMessage message, ChatMessage? previousMessage,
    ChatMessage? nextMessage)? bottom;