selectedCoverNotifier property

ValueNotifier<CoverData?> get selectedCoverNotifier

Get the selectedCover notifier

Implementation

ValueNotifier<CoverData?> get selectedCoverNotifier => _selectedCover;