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