selectedCoverNotifier property
ValueNotifier<CoverData?>
get
selectedCoverNotifier
Get the selectedCover notifier
Implementation
ValueNotifier<CoverData?> get selectedCoverNotifier => _selectedCover;
Get the selectedCover notifier
ValueNotifier<CoverData?> get selectedCoverNotifier => _selectedCover;