width property

int get width

Width of the source image in pixels (after header parse / decode metadata).

Example:

final sourceWidth = _decoder!.width;
print('Source image width: $sourceWidth');

Implementation

int get width;