AppFilePicker constructor
Implementation
const AppFilePicker({
super.key,
required this.cubit,
required this.label,
this.allowedExtensions,
this.allowMultiple = false,
});
const AppFilePicker({
super.key,
required this.cubit,
required this.label,
this.allowedExtensions,
this.allowMultiple = false,
});