NavChildState constructor
- required AnimationController primaryController,
- required AnimationController secondaryController,
Implementation
NavChildState({
required this.primaryController,
required this.secondaryController,
});
NavChildState({
required this.primaryController,
required this.secondaryController,
});