PageBlockPhoto constructor
      const
      PageBlockPhoto({ 
    
- Photo? photo,
 - required PageBlockCaption caption,
 - required String url,
 
A photo
Implementation
const PageBlockPhoto({
  this.photo,
  required this.caption,
  required this.url,
});