showTypingIndicator property

bool showTypingIndicator

Getter for typingIndicator value instead of accessing _showTypingIndicator.value for better accessibility.

Implementation

bool get showTypingIndicator => _showTypingIndicator.value;