width property

  1. @override
int width
override

The width in pixels of the image data this pixel refers to.

Implementation

@override
int get width => image.width;