From 049ea561aaa7ed3d9abe9076eabc0a92b6ad7aab Mon Sep 17 00:00:00 2001 From: MrBirb <67576036+MrBirb@users.noreply.github.com> Date: Thu, 6 Oct 2022 20:56:47 +0300 Subject: [PATCH] typo (#113043) --- packages/flutter/lib/src/cupertino/search_field.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/cupertino/search_field.dart b/packages/flutter/lib/src/cupertino/search_field.dart index b26963183b1..6fe9417c33a 100644 --- a/packages/flutter/lib/src/cupertino/search_field.dart +++ b/packages/flutter/lib/src/cupertino/search_field.dart @@ -198,7 +198,7 @@ class CupertinoSearchTextField extends StatefulWidget { /// The keyboard type for this search field. /// - /// Defaults to TextInputType.text. + /// Defaults to [TextInputType.text]. final TextInputType? keyboardType; /// Sets the padding insets for the text and placeholder.