PhotoViewerArbnbScreen constructor
PhotoViewerArbnbScreen(
- String imgUrl,
- int index, {
- Key? key,
- ProviderBuilder? provider,
- ProviderBuilder? placeHolder,
Implementation
PhotoViewerArbnbScreen(this.imgUrl, this.index,
{Key? key, this.provider, this.placeHolder})
: super(key: key);