CSSPaint constructor

const CSSPaint(
  1. CSSPaintType type, {
  2. Color? color,
})

Implementation

const CSSPaint(this.type, {this.color});