currentIndexStream property

Stream<int?> currentIndexStream

A stream broadcasting the current item.

Implementation

Stream<int?> get currentIndexStream => _currentIndexSubject.stream;