customFileViewerBuilder property

FileViewerBuilder? customFileViewerBuilder
final

If specified, the return value of this callback will be used to render the file viewer for the picked files. Specifying this callback can be useful to customize the look and feel of the file viewer, as well as to support user interactions with the picked files.

Implementation

final FileViewerBuilder? customFileViewerBuilder;