Fix comment typo FormField.initialState to FormField.initialValue (#51011)

This commit is contained in:
najeira 2020-02-20 06:26:13 +09:00 committed by GitHub
parent d295fbb6a1
commit 4c5aef63a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ class FormState extends State<Form> {
}
/// Resets every [FormField] that is a descendant of this [Form] back to its
/// [FormField.initialState].
/// [FormField.initialValue].
///
/// The [Form.onChanged] callback will be called.
///