PhotoViewerArbnbScreen constructor

PhotoViewerArbnbScreen(
  1. String imgUrl,
  2. int index, {
  3. Key? key,
  4. ProviderBuilder? provider,
  5. ProviderBuilder? placeHolder,
})

Implementation

PhotoViewerArbnbScreen(this.imgUrl, this.index,
    {Key? key, this.provider, this.placeHolder})
    : super(key: key);