Unverified Commit eb85557a authored by aoisensi's avatar aoisensi Committed by GitHub

fix typo? (#52921)

parent 12dfa1e9
...@@ -1153,7 +1153,7 @@ abstract class State<T extends StatefulWidget> with Diagnosticable { ...@@ -1153,7 +1153,7 @@ abstract class State<T extends StatefulWidget> with Diagnosticable {
/// change in a function that you pass to [setState]: /// change in a function that you pass to [setState]:
/// ///
/// ```dart /// ```dart
/// setState(() { _myState = newValue }); /// setState(() { _myState = newValue; });
/// ``` /// ```
/// ///
/// The provided callback is immediately called synchronously. It must not /// The provided callback is immediately called synchronously. It must not
......
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