menu
power_ups package
documentation
animations/reveal_animation/delayed_reveal_animation.dart
DelayedRevealAnimation
DelayedRevealAnimation const constructor
DelayedRevealAnimation const constructor
dark_mode
light_mode
DelayedRevealAnimation
constructor
const
DelayedRevealAnimation
(
{
Key
?
key
,
required
Widget
child
,
required
Duration
delay
,
})
Implementation
const DelayedRevealAnimation({ super.key, required this.child, required this.delay, });
power_ups package
documentation
animations/reveal_animation/delayed_reveal_animation
DelayedRevealAnimation
DelayedRevealAnimation const constructor
DelayedRevealAnimation class