We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84cdc commit 822a046Copy full SHA for 822a046
navigation_and_routing/lib/src/routing/route_state.dart
@@ -36,7 +36,7 @@ class RouteState extends ChangeNotifier {
36
}
37
38
39
-/// Provides the current [RouteState] to descendent widgets in the tree.
+/// Provides the current [RouteState] to descendant widgets in the tree.
40
class RouteStateScope extends InheritedNotifier<RouteState> {
41
const RouteStateScope({
42
required RouteState notifier,
0 commit comments