widgetBackground property

Color widgetBackground

Implementation

Color get widgetBackground => _widgetBackground;
void widgetBackground=(Color color)

Implementation

set widgetBackground(Color color) {
  _widgetBackground = color;
  notifyListeners();
}