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