ExportSettingsSVG constructor
ExportSettingsSVG({})
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,
);