UFileConfig constructor

UFileConfig({
  1. required TagFileFieldType type,
  2. List<String>? allowedExtensions,
  3. bool isCamera = false,
  4. bool isSelfieCamera = false,
})

Implementation

UFileConfig({
  required this.type,
  this.allowedExtensions,
  this.isCamera = false,
  this.isSelfieCamera = false,
});