CSSBackground.images constructor
CSSBackground.images(
- List<
CSSBackgroundImage> images, [ - CSSColor? color
Implementation
CSSBackground.images(List<CSSBackgroundImage> images, [this.color])
: _images = images;