PhotoViewScreen constructor Null safety

PhotoViewScreen(
  1. {ImageProvider<Object>? imageProvider,
  2. String? title,
  3. String? tag}
)

Implementation

PhotoViewScreen({
  this.imageProvider,
  this.title,
  this.tag,
});