ImagePickerController constructor

ImagePickerController({
  1. required List<AssetEntity> selectedAssets,
  2. required DurationConstraint duration,
  3. required int imageCount,
  4. required bool onlyPhotos,
})

Implementation

ImagePickerController({
  required this.selectedAssets,
  required this.duration,
  required this.imageCount,
  required this.onlyPhotos
});