backgroundColor property

Color get backgroundColor

Implementation

Color get backgroundColor => _backgroundColor;
set backgroundColor (Color v)

Implementation

set backgroundColor(Color v) {
  _backgroundColor = v;
  _invalidateCache();
}