UFileConfig constructor
UFileConfig({
- required TagFileFieldType type,
- List<
String> ? allowedExtensions, - bool isCamera = false,
- bool isSelfieCamera = false,
Implementation
UFileConfig({
required this.type,
this.allowedExtensions,
this.isCamera = false,
this.isSelfieCamera = false,
});