BackgroundCSS constructor
BackgroundCSS({
- BackgroundAttachmentCSS? attachment,
- ColorCSS? color,
- String? image,
- ImagePositionCSS? position,
- ImageRepeatCSS? repeat,
Implementation
BackgroundCSS({
this.attachment,
this.color,
this.image,
this.position,
this.repeat,
});