backgroundColor property

set backgroundColor (Color? v)

Implementation

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