allowDrawingOutsideViewBox property

  1. @override
bool get allowDrawingOutsideViewBox
override

If true, will allow the SVG to be drawn outside of the clip boundary of its viewBox.

Implementation

@override
bool get allowDrawingOutsideViewBox => throw UnimplementedError();