ExportSettingsSVG constructor

ExportSettingsSVG({
  1. String? format,
  2. bool? contentsOnly,
  3. bool? useAbsoluteBounds,
  4. String? suffix,
  5. bool? svgOutlineText,
  6. bool? svgIdAttribute,
  7. bool? svgSimplifyStroke,
  8. ColorProfileOptions? colorProfile,
})

Implementation

factory ExportSettingsSVG({
  _i2.String? format,
  _i2.bool? contentsOnly,
  _i2.bool? useAbsoluteBounds,
  _i2.String? suffix,
  _i2.bool? svgOutlineText,
  _i2.bool? svgIdAttribute,
  _i2.bool? svgSimplifyStroke,
  _i3.ColorProfileOptions? colorProfile,
}) =>
    ExportSettingsSVG._(
      format: format,
      contentsOnly: contentsOnly,
      useAbsoluteBounds: useAbsoluteBounds,
      suffix: suffix,
      svgOutlineText: svgOutlineText,
      svgIdAttribute: svgIdAttribute,
      svgSimplifyStroke: svgSimplifyStroke,
      colorProfile: colorProfile?.name ?? _i7.undefined,
    );