SVGBoundingBoxOptions constructor

SVGBoundingBoxOptions({
  1. bool fill,
  2. bool stroke,
  3. bool markers,
  4. bool clipped,
})

Implementation

external factory SVGBoundingBoxOptions({
  bool fill,
  bool stroke,
  bool markers,
  bool clipped,
});