menu
amadeus_proto
exercises/widget/animation_dialog_wrapper.dart
AnimatedDialogWrapper
AnimatedDialogWrapper const constructor
AnimatedDialogWrapper
dark_mode
light_mode
AnimatedDialogWrapper
constructor
const
AnimatedDialogWrapper
(
{
Key
?
key
,
required
Widget
child
,
required
Animation
<
double
>
animation
}
)
Implementation
const AnimatedDialogWrapper({ super.key, required this.child, required this.animation, });
amadeus_proto
animation_dialog_wrapper
AnimatedDialogWrapper
AnimatedDialogWrapper const constructor
AnimatedDialogWrapper class