width property

int? width

DO NOT use powerImageInfo.image.width/.height Use powerImageInfo.width/.height directly.

Implementation

int? get width => image.width;