menu
messenger
ui/widget/animated_switcher.dart
SafeAnimatedSwitcher
SafeAnimatedSwitcher const constructor
SafeAnimatedSwitcher
dark_mode
light_mode
SafeAnimatedSwitcher
constructor
const
SafeAnimatedSwitcher
(
{
Key
?
key
,
required
Duration
duration
,
Widget
?
child
,
})
Implementation
const SafeAnimatedSwitcher({super.key, required this.duration, this.child});
messenger
animated_switcher
SafeAnimatedSwitcher
SafeAnimatedSwitcher const constructor
SafeAnimatedSwitcher class