reviewStatus property

ValueNotifier<bool> reviewStatus
getter/setter pair

Implementation

ValueNotifier<bool> reviewStatus = ValueNotifier(false);