SafeAnimatedSwitcher constructor

const SafeAnimatedSwitcher({
  1. Key? key,
  2. required Duration duration,
  3. Widget? child,
})

Implementation

const SafeAnimatedSwitcher({super.key, required this.duration, this.child});