Fix markdown link format (#37715)

This commit is contained in:
Brett Morgan 2019-08-09 09:59:24 -07:00 committed by Hans Muller
parent 9bc298deb6
commit 20ecae0e92

View File

@ -198,7 +198,8 @@ class _TextFieldSelectionGestureDetectorBuilder extends TextSelectionGestureDete
/// [TextField]. The [EditableText] widget is rarely used directly unless
/// you are implementing an entirely different design language, such as
/// 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 {
/// Creates a Material Design text field.
///