Navigator constructor
const
Navigator({})
Creates a new instance of Navigator.
Implementation
const Navigator({
required this.child,
this.fallback = const Container([]),
this.pushAnimation,
this.popAnimation,
super.key,
super.ref,
});