width property

double get width

The intrinsic width of the SVG defined in the 'width' attribute.

Implementation

double get width {
  _ensureLoaded();
  _loadDimensionsIfNeeded();
  return _width ?? 0.0;
}