PhotoViewScreen constructor Null safety
- {ImageProvider<
Object> ? imageProvider, - String? title,
- String? tag}
Implementation
PhotoViewScreen({
this.imageProvider,
this.title,
this.tag,
});
PhotoViewScreen({
this.imageProvider,
this.title,
this.tag,
});