Unverified Commit f47ca955 authored by osaxma's avatar osaxma Committed by GitHub

Fix Typo (#95288)

parent 83593db4
......@@ -621,7 +621,7 @@ mixin RestorationMixin<S extends StatefulWidget> on State<S> {
/// The restoration ID is used to claim a child [RestorationScope] from the
/// surrounding [RestorationScope] (accessed via [RestorationScope.of]) and
/// the ID must be unique in that scope (otherwise an exception is triggered
/// in debug move).
/// in debug mode).
///
/// State restoration for this mixin is turned off when this getter returns
/// null or when there is no surrounding [RestorationScope] available. When
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment