ColorPainter constructor

ColorPainter(
  1. Paint _paint,
  2. TransformInfo info,
  3. List<Color> colors
)

Implementation

ColorPainter(this._paint, this.info, this.colors);