backgroundColor property

int backgroundColor

Implementation

int get backgroundColor => _backgroundColor;
void backgroundColor=(int value)

Implementation

set backgroundColor(int value) {
  _backgroundColor = value;
  _refreshPending |= 2;
}