1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
This commit is contained in:
Ahmed Ashour
2021-11-02 00:15:45 +01:00
committed by GitHub
parent ce84cdc2e5
commit 822a046c08

View File

@@ -36,7 +36,7 @@ class RouteState extends ChangeNotifier {
}
}
/// Provides the current [RouteState] to descendent widgets in the tree.
/// Provides the current [RouteState] to descendant widgets in the tree.
class RouteStateScope extends InheritedNotifier<RouteState> {
const RouteStateScope({
required RouteState notifier,