PageBlockPhoto constructor

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

Implementation

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