typingIndicatorNotifier property

ValueListenable<bool> get typingIndicatorNotifier

TypingIndicator as ValueListenable for GroupedChatList widget's typingIndicator ValueListenableBuilder. Use this for listening typing indicators

 chatController.typingIndicatorNotifier.addListener((){});

For more functionalities see ValueListenable.

Implementation

ValueListenable<bool> get typingIndicatorNotifier => _showTypingIndicator;