InputPageBlockAnimation constructor
InputPageBlockAnimation({
- InputAnimation? animation,
- PageBlockCaption? caption,
- required bool hasSpoiler,
Implementation
InputPageBlockAnimation({
this.animation,
this.caption,
required this.hasSpoiler,
});