pull/949/head
Ahmed Ashour 3 years ago committed by GitHub
parent ce84cdc2e5
commit 822a046c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save