InputPageBlockAnimation constructor

InputPageBlockAnimation({
  1. InputAnimation? animation,
  2. PageBlockCaption? caption,
  3. required bool hasSpoiler,
})

Implementation

InputPageBlockAnimation({
  this.animation,
  this.caption,
  required this.hasSpoiler,
});