typingIndicatorNotifier property
ValueNotifier<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
ValueNotifier<bool> get typingIndicatorNotifier => _showTypingIndicator;