SVGBoundingBoxOptions constructor

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

Implementation

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