typeSelectors property

List<TypeSelector> typeSelectors
final

Create a list of type of document that you can pick

Useful if you want to be able to pick documents and images in the same form field and need to define different file types and different selectors.

By default use [TypeSelector(type: FileType.any, selector: Icon(Icons.add_circle))]

Implementation

final List<TypeSelector> typeSelectors;