nextPosition property
The next position to route to, if null then there is no route
Implementation
late ValueNotifier<FlutterRoutingPosition?> nextPosition;
The next position to route to, if null then there is no route
late ValueNotifier<FlutterRoutingPosition?> nextPosition;