SVGBoundingBoxOptions constructor
Implementation
factory SVGBoundingBoxOptions({
_i2.bool? clipped,
_i2.bool? fill,
_i2.bool? markers,
_i2.bool? stroke,
}) =>
SVGBoundingBoxOptions._(
clipped: clipped,
fill: fill,
markers: markers,
stroke: stroke,
);