Commit 0431c8a6 authored by Thalles Santos's avatar Thalles Santos Committed by Shi-Hao Hong

Typo in TextFormField comments (#44076)

initalValue should be initialValue
parent 0ccde797
......@@ -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.
......
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