width property

  1. @override
double? get width
override

If specified, the width to use for the SVG. If unspecified, the SVG will take the width of its parent.

Implementation

@override
double? get width => throw UnimplementedError();