bg property

void bg=(Color? color)

Implementation

set bg(Color? color) {
  this.backgroundColor = color;
}