Widget withDelayedRevealAnimation(Duration duration) { return DelayedRevealAnimation( delay: duration, child: this, ); }