KatMultiImagePickerScreen constructor

const KatMultiImagePickerScreen({
  1. Key? key,
  2. List<KatAssetEntity> initialAssets = const [],
  3. String galleryRouteName = 'Gallery',
  4. String appBarTitle = 'Selected Image',
  5. String doneTooltip = 'Done',
  6. String addPhotoTooltip = 'Add photo',
  7. VoidCallback? onLoadMore,
  8. Future<void> onRefresh()?,
})

Implementation

const KatMultiImagePickerScreen({
  super.key,
  this.initialAssets = const [],
  this.galleryRouteName = 'Gallery',
  this.appBarTitle = 'Selected Image',
  this.doneTooltip = 'Done',
  this.addPhotoTooltip = 'Add photo',
  this.onLoadMore,
  this.onRefresh,
});