JobSinglePathPickerActionable constructor
const
JobSinglePathPickerActionable({ - Key? key,
- String? filePickerDialogTitle,
- required void onChanged(
- String str
),
- required List<String> allowedExtensions,
- required Future<String?> validator(
- String? str
),
- required String canonicalLabel,
- String hintLabel = ".../users/downloads/...",
- required String filePickerLabel,
})
Implementation
const JobSinglePathPickerActionable({
super.key,
this.filePickerDialogTitle,
required this.onChanged,
required this.allowedExtensions,
required this.validator,
required this.canonicalLabel,
this.hintLabel = ".../users/downloads/...",
required this.filePickerLabel,
});