PixelSpec constructor

const PixelSpec({
  1. int color = 0,
})

Implementation

const PixelSpec({this.color = 0});