userSavedCardsAppBar property
Widget?
get
userSavedCardsAppBar
Implementation
Widget? get userSavedCardsAppBar => _userSavedCardsAppBar;
set
userSavedCardsAppBar
(Widget? value)
Sets the app bar widget for saved cards and notifies listeners of the change.
Implementation
set userSavedCardsAppBar(Widget? value) {
_userSavedCardsAppBar = value;
notifyListeners();
}