AFBuildContext<TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam> constructor

AFBuildContext<TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam>(
  1. AFStandardBuildContextData standard,
  2. TStateView stateView,
  3. TRouteParam routeParam,
  4. AFRouteSegmentChildren? children, {
  5. bool compareChildren = true,
})

Implementation

AFBuildContext(this.standard, this.stateView, this.routeParam, this.children, { this.compareChildren = true });