Unverified Commit 60a58ab7 authored by Michel Feinstein's avatar Michel Feinstein Committed by GitHub

Update form.dart (#68968)

parent b99443c7
......@@ -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
......
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