Skip to content

Commit

Permalink
Fix DefaultTextHeightBehavior.of error
Browse files Browse the repository at this point in the history
  • Loading branch information
bleroux committed Jan 10, 2023
1 parent 7b07798 commit 9e232a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplistic_editor/lib/basic_text_input_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
textAlign: TextAlign.left,
textDirection: _textDirection,
locale: Localizations.maybeLocaleOf(context),
textHeightBehavior: DefaultTextHeightBehavior.of(context),
textHeightBehavior: DefaultTextHeightBehavior.maybeOf(context),
textWidthBasis: TextWidthBasis.parent,
obscuringCharacter: '•',
obscureText:
Expand Down

0 comments on commit 9e232a5

Please sign in to comment.