backgroundColor property
Implementation
AccentColor get backgroundColor => _backgroundColor;
Implementation
set backgroundColor(AccentColor color) {
_backgroundColor = color;
notifyListeners();
}
AccentColor get backgroundColor => _backgroundColor;
set backgroundColor(AccentColor color) {
_backgroundColor = color;
notifyListeners();
}