typingIdicationBuilder property
Optional function to handle typing status updates. This function should be called when the user types a message.
Implementation
final Widget Function()? typingIdicationBuilder;
Optional function to handle typing status updates. This function should be called when the user types a message.
final Widget Function()? typingIdicationBuilder;