currentChild property

RouteData? currentChild

The active child representation of an implementation of this controller

e.g it could be the top-most route of a StackRouter or the child corresponding with activeIndex in TabsRouter

Implementation

RouteData? get currentChild;