MmConfigFileSettings constructor

MmConfigFileSettings({
  1. int? maxFileSize,
  2. String? driverName,
  3. String? directory,
  4. bool? enablePublicLink,
  5. String? publicLinkSalt,
  6. int? thumbnailWidth,
  7. int? thumbnailHeight,
  8. int? previewWidth,
  9. int? previewHeight,
  10. int? profileWidth,
  11. int? profileHeight,
  12. String? initialFont,
  13. String? amazonS3AccessKeyId,
  14. String? amazonS3SecretAccessKey,
  15. String? amazonS3Bucket,
  16. String? amazonS3Region,
  17. String? amazonS3Endpoint,
  18. bool? amazonS3SSL,
})

Returns a new MmConfigFileSettings instance.

Implementation

MmConfigFileSettings({
  this.maxFileSize,
  this.driverName,
  this.directory,
  this.enablePublicLink,
  this.publicLinkSalt,
  this.thumbnailWidth,
  this.thumbnailHeight,
  this.previewWidth,
  this.previewHeight,
  this.profileWidth,
  this.profileHeight,
  this.initialFont,
  this.amazonS3AccessKeyId,
  this.amazonS3SecretAccessKey,
  this.amazonS3Bucket,
  this.amazonS3Region,
  this.amazonS3Endpoint,
  this.amazonS3SSL,
});