We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed587b commit 62575d0Copy full SHA for 62575d0
lib/widgets/app_text_field.dart
@@ -40,7 +40,6 @@ class AppTextField extends TextField {
40
super.textAlignVertical,
41
super.textDirection,
42
super.readOnly,
43
- super.toolbarOptions,
44
super.showCursor,
45
super.autofocus,
46
super.obscuringCharacter,
@@ -80,7 +79,7 @@ class AppTextField extends TextField {
80
79
super.contentInsertionConfiguration,
81
super.clipBehavior,
82
super.restorationId,
83
- super.scribbleEnabled,
+ super.stylusHandwritingEnabled,
84
super.enableIMEPersonalizedLearning,
85
super.contextMenuBuilder,
86
super.canRequestFocus,
0 commit comments