Skip to content

Commit f0c98e3

Browse files
Update lib/presentation/language_tool_text_field.dart
Co-authored-by: Yurii Prykhodko <[email protected]>
1 parent fc72542 commit f0c98e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/presentation/language_tool_text_field.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class LanguageToolTextField extends StatefulWidget {
4242
this.maxLines = 1,
4343
this.minLines,
4444
this.expands = false,
45-
this.textAlign = TextAlign.right,
46-
this.textDirection = TextDirection.rtl,
45+
this.textAlign = TextAlign.start,
46+
this.textDirection,
4747
super.key,
4848
});
4949

0 commit comments

Comments
 (0)