PickFile constructor
const
PickFile({
- Key? key,
- String title = 'pick file',
- String pickTooltip = 'pick',
- String showTooltip = 'show all',
- String hideTooltip = 'show normal',
- String filterTooltip = 'filter',
- required PickerNav home,
- String? current,
- bool hide = false,
- bool multiple = false,
- List<
Tuple3< ? filter,String, String, bool?> > - int initialFilter = 0,
Implementation
const PickFile({
Key? key,
this.title = 'pick file',
this.pickTooltip = 'pick',
this.showTooltip = 'show all',
this.hideTooltip = 'show normal',
this.filterTooltip = 'filter',
required this.home,
this.current,
this.hide = false,
this.nav,
this.multiple = false,
this.filter,
this.initialFilter = 0,
}) : super(key: key);