editedPage property

ValueNotifier<bool> editedPage
getter/setter pair

Implementation

ValueNotifier<bool> editedPage = ValueNotifier(false);