This commit is contained in:
aoisensi 2020-03-26 08:26:02 +09:00 committed by GitHub
parent 12dfa1e9fb
commit eb85557a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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