typingIdicationBuilder property

Widget Function()? typingIdicationBuilder
final

Optional function to handle typing status updates. This function should be called when the user types a message.

Implementation

final Widget Function()? typingIdicationBuilder;