backgroundColor property

AccentColor backgroundColor

Implementation

AccentColor get backgroundColor => _backgroundColor;
void backgroundColor=(AccentColor color)

Implementation

set backgroundColor(AccentColor color) {
  _backgroundColor = color;
  notifyListeners();
}