bg property

set bg (Color color)

Implementation

set bg(Color color) {
  filled = true;
  fillColor = color;
}