isParticipantDrawerHidden property
bool
get
isParticipantDrawerHidden
Implementation
bool get isParticipantDrawerHidden => _isParticipantDrawerHidden;
set
isParticipantDrawerHidden
(bool value)
Implementation
set isParticipantDrawerHidden(bool value) {
_isParticipantDrawerHidden = value;
notifyListeners();
}