Update form.dart (#68968)
This commit is contained in:
parent
b99443c7ff
commit
60a58ab780
@ -484,7 +484,7 @@ class FormFieldState<T> extends State<FormField<T>> {
|
|||||||
|
|
||||||
/// Sets the value associated with this form field.
|
/// Sets the value associated with this form field.
|
||||||
///
|
///
|
||||||
/// This method should be only be called by subclasses that need to update
|
/// This method should only be called by subclasses that need to update
|
||||||
/// the form field value due to state changes identified during the widget
|
/// the form field value due to state changes identified during the widget
|
||||||
/// build phase, when calling `setState` is prohibited. In all other cases,
|
/// build phase, when calling `setState` is prohibited. In all other cases,
|
||||||
/// the value should be set by a call to [didChange], which ensures that
|
/// the value should be set by a call to [didChange], which ensures that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user