CSSBackground.image constructor

CSSBackground.image(
  1. CSSBackgroundImage image, [
  2. CSSColor? color
])

Implementation

CSSBackground.image(CSSBackgroundImage image, [this.color])
    : _images = [image];