ExportSettingsSVGBase constructor

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

Implementation

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