Fix comment typo FormField.initialState to FormField.initialValue (#51011)
This commit is contained in:
parent
d295fbb6a1
commit
4c5aef63a9
@ -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.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user