userSavedCardBackground property
Color?
get
userSavedCardBackground
Implementation
Color? get userSavedCardBackground => _userSavedCardBackground;
set
userSavedCardBackground
(Color? value)
Sets the background color for the saved card widget and notifies listeners of the change.
Implementation
set userSavedCardBackground(Color? value) {
_userSavedCardBackground = value;
notifyListeners();
}