pixelCount property

int get pixelCount

Implementation

int get pixelCount {
  _pixelCount ??= pixels.length;
  return _pixelCount!;
}