InputPageBlockPhoto constructor
InputPageBlockPhoto({
- InputPhoto? photo,
- PageBlockCaption? caption,
- required bool hasSpoiler,
Implementation
InputPageBlockPhoto({this.photo, this.caption, required this.hasSpoiler});