currentIndexStream property

Stream<int?> get currentIndexStream

A stream broadcasting the current index.

Implementation

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