selectedCoverNotifier property

ValueNotifier<CoverData?> selectedCoverNotifier

Get the selectedCover notifier

Implementation

ValueNotifier<CoverData?> get selectedCoverNotifier => _selectedCover;