PhotoViewScreenArguments constructor Null safety

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

Implementation

PhotoViewScreenArguments({
  required this.imageProvider,
  this.title,
  this.tag,
});