KatMultiImagePickerScreen constructor
const
KatMultiImagePickerScreen({
- Key? key,
- List<
KatAssetEntity> initialAssets = const [], - String galleryRouteName = 'Gallery',
- String appBarTitle = 'Selected Image',
- String doneTooltip = 'Done',
- String addPhotoTooltip = 'Add photo',
- VoidCallback? onLoadMore,
- 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,
});