InputPageBlockPhoto constructor

InputPageBlockPhoto({
  1. InputPhoto? photo,
  2. PageBlockCaption? caption,
  3. required bool hasSpoiler,
})

Implementation

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