Fix markdown link format (#37715)
This commit is contained in:
parent
9bc298deb6
commit
20ecae0e92
@ -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.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user