ImagePickerController constructor
ImagePickerController({
- required List<
AssetEntity> selectedAssets, - required DurationConstraint duration,
- required int imageCount,
- required bool onlyPhotos,
Implementation
ImagePickerController({
required this.selectedAssets,
required this.duration,
required this.imageCount,
required this.onlyPhotos
});