Background constructor

Background({
  1. OptionalColor? color,
})

Implementation

Background({
  this.color,
});