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