typingIndicatorNotifier property
ValueListenable<bool>
get
typingIndicatorNotifier
TypingIndicator as ValueNotifier for GroupedChatList
widget's typingIndicator ValueListenableBuilder.
Use this for listening typing indicators
chatcontroller.typingIndicatorNotifier.addListener((){});
For more functionalities see ValueNotifier.
Implementation
ValueListenable<bool> get typingIndicatorNotifier => _showTypingIndicator;