width property

double? width
final

Width of the image, in pixels, if it was specified. This corresponds to the SVG tag's width attribute, and the AVD vector element's android:width, if specified, or by android:viewportWidth if not.

Implementation

final double? width;