currentEditType property

ValueNotifier<EditType> currentEditType
getter/setter pair

Implementation

ValueNotifier<EditType> currentEditType = ValueNotifier(EditType.none);