FileChooserParams constructor

FileChooserParams({
  1. String? title,
  2. FileChooserMode? mode,
  3. List<String>? acceptTypes,
  4. String? filenameHint,
  5. bool? isCaptureEnabled,
})

Implementation

FileChooserParams(
    {this.title,
    this.mode,
    this.acceptTypes,
    this.filenameHint,
    this.isCaptureEnabled});