exitRoom property

ValueNotifier<bool> exitRoom
getter/setter pair

Implementation

ValueNotifier<bool> exitRoom = ValueNotifier(false);