PageBlockAnimation constructor

PageBlockAnimation({
  1. Animation? animation,
  2. PageBlockCaption? caption,
  3. required bool needAutoplay,
  4. required bool hasSpoiler,
})

Implementation

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