backgroundColor property

void backgroundColor=(Color v)

Implementation

set backgroundColor(Color v) => _add((w) => ColoredBox(color: v, child: w));