ExportSettingsImage constructor
ExportSettingsImage({
- Format? format,
- bool? contentsOnly,
- bool? useAbsoluteBounds,
- String? suffix,
- ExportSettingsConstraints? constraint,
- ColorProfile? colorProfile,
Implementation
factory ExportSettingsImage({
_i3.Format? format,
_i2.bool? contentsOnly,
_i2.bool? useAbsoluteBounds,
_i2.String? suffix,
_i3.ExportSettingsConstraints? constraint,
_i3.ColorProfile? colorProfile,
}) =>
ExportSettingsImage._(
format: format?.name ?? _i7.undefined,
contentsOnly: contentsOnly,
useAbsoluteBounds: useAbsoluteBounds,
suffix: suffix,
constraint: constraint ?? _i7.undefined,
colorProfile: colorProfile?.name ?? _i7.undefined,
);