Unverified Commit 4c5aef63 authored by najeira's avatar najeira Committed by GitHub

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

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