indexNotify property

ValueNotifier<int> get indexNotify

Implementation

ValueNotifier<int> get indexNotify =>
    (overlayEntryKey.currentContext as ElUniqueIndexMixin).indexNotify;