AFBuildContext<TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam> constructor
AFBuildContext<TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam> (
- AFStandardBuildContextData standard,
- TStateView stateView,
- TRouteParam routeParam,
- AFRouteSegmentChildren? children, {
- bool compareChildren = true,
Implementation
AFBuildContext(this.standard, this.stateView, this.routeParam, this.children, { this.compareChildren = true });