height property
int
get
height
Height of the source image in pixels (after header parse / decode metadata).
Example:
final sourceHeight = _decoder!.height;
print('Source image height: $sourceHeight');
Implementation
int get height;