File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
67
67
}
68
68
69
69
@override
70
- void didChangeInputControl (TextInputControl ? oldControl, TextInputControl ? newControl) {
70
+ void didChangeInputControl (
71
+ TextInputControl ? oldControl, TextInputControl ? newControl) {
71
72
if (_hasFocus && _hasInputConnection) {
72
73
oldControl? .hide ();
73
74
newControl? .show ();
@@ -771,7 +772,8 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
771
772
textAlign: TextAlign .left,
772
773
textDirection: _textDirection,
773
774
locale: Localizations .maybeLocaleOf (context),
774
- textHeightBehavior: DefaultTextHeightBehavior .maybeOf (context),
775
+ textHeightBehavior:
776
+ DefaultTextHeightBehavior .maybeOf (context),
775
777
textWidthBasis: TextWidthBasis .parent,
776
778
obscuringCharacter: '•' ,
777
779
obscureText:
You can’t perform that action at this time.
0 commit comments