mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Fix typo (#944)
This commit is contained in:
@@ -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> {
|
class RouteStateScope extends InheritedNotifier<RouteState> {
|
||||||
const RouteStateScope({
|
const RouteStateScope({
|
||||||
required RouteState notifier,
|
required RouteState notifier,
|
||||||
|
|||||||
Reference in New Issue
Block a user