Commit 20ecae0e authored by Brett Morgan's avatar Brett Morgan Committed by Hans Muller

Fix markdown link format (#37715)

parent 9bc298de
...@@ -198,7 +198,8 @@ class _TextFieldSelectionGestureDetectorBuilder extends TextSelectionGestureDete ...@@ -198,7 +198,8 @@ class _TextFieldSelectionGestureDetectorBuilder extends TextSelectionGestureDete
/// [TextField]. The [EditableText] widget is rarely used directly unless /// [TextField]. The [EditableText] widget is rarely used directly unless
/// you are implementing an entirely different design language, such as /// you are implementing an entirely different design language, such as
/// Cupertino. /// Cupertino.
/// * Learn how to use a [TextEditingController] in one of our [cookbook recipe]s.(https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller) /// * Learn how to use a [TextEditingController] in one of our
/// [cookbook recipe](https://flutter.dev/docs/cookbook/forms/text-field-changes#2-use-a-texteditingcontroller)s.
class TextField extends StatefulWidget { class TextField extends StatefulWidget {
/// Creates a Material Design text field. /// Creates a Material Design text field.
/// ///
......
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