PageBlockPhoto constructor

PageBlockPhoto({
  1. String? extra,
  2. int? client_id,
  3. Photo? photo,
  4. PageBlockCaption? caption,
  5. string? url,
})

Implementation

PageBlockPhoto({
  super.extra,
  super.client_id,
  this.photo,
  this.caption,
  this.url,
});