PageBlockPhoto constructor
PageBlockPhoto({
- String? extra,
- int? client_id,
- Photo? photo,
- PageBlockCaption? caption,
- string? url,
Implementation
PageBlockPhoto({
super.extra,
super.client_id,
this.photo,
this.caption,
this.url,
});