Fix a minor typo in the TextField.controller docs (#12267)
This commit is contained in:
parent
97dd12cf83
commit
65e3df8869
@ -96,7 +96,7 @@ class TextField extends StatefulWidget {
|
||||
|
||||
/// Controls the text being edited.
|
||||
///
|
||||
/// If null, this widget will creates its own [TextEditingController].
|
||||
/// If null, this widget will create its own [TextEditingController].
|
||||
final TextEditingController controller;
|
||||
|
||||
/// Controls whether this widget has keyboard focus.
|
||||
|
Loading…
x
Reference in New Issue
Block a user