bg property

void bg=(Color v)

Implementation

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