PageBlockAnimation constructor
PageBlockAnimation({
- Animation? animation,
- PageBlockCaption? caption,
- required bool needAutoplay,
- required bool hasSpoiler,
Implementation
PageBlockAnimation({
this.animation,
this.caption,
required this.needAutoplay,
required this.hasSpoiler,
});