currentIndexStream property

Stream<int> get currentIndexStream

Gets the stream of current index changes

Implementation

Stream<int> get currentIndexStream => _indexController.stream;