widthInt property

int widthInt

The width of this image in pixels, e.g. 200

Implementation

int get widthInt => int.parse(width);