ArcaneKeyedSwitcher<T> constructor
const
ArcaneKeyedSwitcher<T> ({})
Implementation
const ArcaneKeyedSwitcher({
required this.currentKey,
required this.children,
this.direction = SwitcherDirection.fade,
this.duration = 300,
this.fallback,
super.key,
});