layoutParentConstructorTable property

Map<Object, RouteLayoutParentConstructor<RouteTarget>> layoutParentConstructorTable
latefinalinherited

Implementation

late final Map<Object, RouteLayoutParentConstructor>
layoutParentConstructorTable = isRouteModule
    ? (coordinator as CoordinatorLayoutCore)._layoutParentConstructorTable
    : _layoutParentConstructorTable;