sectionIndex property
- @Deprecated("Will be removed in v4.27.0. Use [RouteProgress.routeMatchedLocation] instead.")
getter/setter pair
Index of the Section in the route. Note that this section index does not point to the current SectionProgress but to the route Section that you can access via NavigatorInterface.route and Route.sections.
Implementation
@Deprecated("Will be removed in v4.27.0. Use [RouteProgress.routeMatchedLocation] instead.")
int sectionIndex;