height property

  1. @override
double? get height
override

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

Implementation

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