Update form.dart (#68968)

This commit is contained in:
Michel Feinstein 2020-10-27 10:47:04 -03:00 committed by GitHub
parent b99443c7ff
commit 60a58ab780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,7 +484,7 @@ class FormFieldState<T> extends State<FormField<T>> {
/// 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
/// build phase, when calling `setState` is prohibited. In all other cases,
/// the value should be set by a call to [didChange], which ensures that