Commit 65e3df88 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Fix a minor typo in the TextField.controller docs (#12267)

parent 97dd12cf
...@@ -96,7 +96,7 @@ class TextField extends StatefulWidget { ...@@ -96,7 +96,7 @@ class TextField extends StatefulWidget {
/// Controls the text being edited. /// 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; final TextEditingController controller;
/// Controls whether this widget has keyboard focus. /// Controls whether this widget has keyboard focus.
......
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