InheritedNavStackController constructor

InheritedNavStackController(
  1. {Key? key,
  2. required Widget child,
  3. required NavStackController controller}
)

Implementation

InheritedNavStackController({Key? key, required Widget child, required this.controller})
    : super(key: key, child: child);