PageBlockPhoto constructor

const PageBlockPhoto({
  1. Photo? photo,
  2. required PageBlockCaption caption,
  3. required String url,
})

A photo

Implementation

const PageBlockPhoto({
  this.photo,
  required this.caption,
  required this.url,
});