mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Typo in TextFormField comments (#44076)
initalValue should be initialValue
This commit is contained in:
parent
0ccde797b0
commit
0431c8a64d
@ -74,7 +74,7 @@ class TextFormField extends FormField<String> {
|
||||
/// When a [controller] is specified, [initialValue] must be null (the
|
||||
/// default). If [controller] is null, then a [TextEditingController]
|
||||
/// will be constructed automatically and its `text` will be initialized
|
||||
/// to [initalValue] or the empty string.
|
||||
/// to [initialValue] or the empty string.
|
||||
///
|
||||
/// For documentation about the various parameters, see the [TextField] class
|
||||
/// and [new TextField], the constructor.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user