We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7543b commit d2cd50bCopy full SHA for d2cd50b
lib/src/fields/form_builder_text_field.dart
@@ -424,6 +424,11 @@ class FormBuilderTextField extends FormBuilderFieldDecoration<String> {
424
this.contentInsertionConfiguration,
425
this.spellCheckConfiguration,
426
this.clipBehavior = Clip.hardEdge,
427
+ @Deprecated(
428
+ 'This property will be removed in the next Flutter stable versions. '
429
+ 'Use FocusNode.canRequestFocus instead. '
430
+ 'Ref: https://docs.flutter.dev/release/breaking-changes/can-request-focus',
431
+ )
432
this.canRequestFocus = true,
433
this.cursorErrorColor,
434
this.cursorOpacityAnimates,
0 commit comments