ExportSettingsImage constructor

ExportSettingsImage({
  1. Format? format,
  2. bool? contentsOnly,
  3. bool? useAbsoluteBounds,
  4. String? suffix,
  5. ExportSettingsConstraints? constraint,
  6. 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,
    );