StreamPhotoGalleryController constructor

StreamPhotoGalleryController({
  1. int limit = 50,
})

Implementation

StreamPhotoGalleryController({
  this.limit = 50,
}) : super(const PagedValue.loading());