FilePickerView constructor
FilePickerView({
- String? accept,
Implementation
FilePickerView({String? accept}) {
this.accept = accept;
}
FilePickerView({String? accept}) {
this.accept = accept;
}