From 97853d5f1fc6ecf653db1cf9e5277493b91e285e Mon Sep 17 00:00:00 2001 From: Bruno Leroux Date: Tue, 24 Jun 2025 14:56:36 +0200 Subject: [PATCH] Update FormField.initialValue documentation (#171061) ## Description This PR updates `FormField.initialValue` documentation to remove a sentence which is obsolete since https://github.com/flutter/flutter/pull/170805. ## Tests Documentation only PR. --- packages/flutter/lib/src/widgets/form.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/flutter/lib/src/widgets/form.dart b/packages/flutter/lib/src/widgets/form.dart index 7a8a29be5e1..2b200bfca21 100644 --- a/packages/flutter/lib/src/widgets/form.dart +++ b/packages/flutter/lib/src/widgets/form.dart @@ -534,9 +534,6 @@ class FormField extends StatefulWidget { /// An optional value to initialize the form field to, or null otherwise. /// - /// This is called `value` in the [DropdownButtonFormField] constructor to be - /// consistent with [DropdownButton]. - /// /// The `initialValue` affects the form field's state in two cases: /// 1. When the form field is first built, `initialValue` determines the field's initial state. /// 2. When [FormFieldState.reset] is called (either directly or by calling