Pixel.empty constructor

Pixel.empty()

Implementation

factory Pixel.empty()=>Pixel(size: (width: 0, height: 0), data: []);