FilePickerView constructor

FilePickerView({
  1. String? accept,
})

Implementation

FilePickerView({String? accept}) {
  this.accept = accept;
}