CSSBackground.images constructor

CSSBackground.images(
  1. List<CSSBackgroundImage> images, [
  2. CSSColor? color
])

Implementation

CSSBackground.images(List<CSSBackgroundImage> images, [this.color])
    : _images = images;