MmConfigFileSettings constructor
MmConfigFileSettings({
- int? maxFileSize,
- String? driverName,
- String? directory,
- bool? enablePublicLink,
- String? publicLinkSalt,
- int? thumbnailWidth,
- int? thumbnailHeight,
- int? previewWidth,
- int? previewHeight,
- int? profileWidth,
- int? profileHeight,
- String? initialFont,
- String? amazonS3AccessKeyId,
- String? amazonS3SecretAccessKey,
- String? amazonS3Bucket,
- String? amazonS3Region,
- String? amazonS3Endpoint,
- 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,
});