NestedNavigators constructor

NestedNavigators(
  1. List<AtGroup> data,
  2. Function initialRouteOnArrowBackTap, {
  3. Key? key,
  4. bool shouldUpdate = false,
  5. required int expandIndex,
})

Implementation

NestedNavigators(this.data, this.initialRouteOnArrowBackTap,
    {Key? key, this.shouldUpdate = false, required this.expandIndex})
    : super(key: key);