widthDouble property

double widthDouble

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

Implementation

double get widthDouble => double.parse(width);