isShowingChat property

bool get isShowingChat

Implementation

bool get isShowingChat => _isShowingChat;
set isShowingChat (bool isShowingChat)

Implementation

set isShowingChat(bool isShowingChat) {
  _isShowingChat = isShowingChat;
  notifyListeners();
}