XTextFieldFileOptions constructor
const
XTextFieldFileOptions({})
Implementation
const XTextFieldFileOptions({
this.filePickerTitle = 'Select File',
this.filePickerCameraText = 'Take from Camera',
this.filePickerGalleryText = 'Choose from Gallery',
this.filePickerDocumentText = 'Pick a Document',
this.showCamera = true,
this.showGallery = true,
this.showDocument = true,
});