BackgroundCSS constructor

BackgroundCSS({
  1. BackgroundAttachmentCSS? attachment,
  2. ColorCSS? color,
  3. String? image,
  4. ImagePositionCSS? position,
  5. ImageRepeatCSS? repeat,
})

Implementation

BackgroundCSS({
  this.attachment,
  this.color,
  this.image,
  this.position,
  this.repeat,
});