Skip to content

Commit d8692b5

Browse files
Change direction of textField
1 parent 77b5cdd commit d8692b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/presentation/language_tool_text_field.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ class _LanguageToolTextFieldState extends State<LanguageToolTextField> {
9292
padding: const EdgeInsets.all(_padding),
9393
child: Center(
9494
child: TextField(
95+
textAlign: TextAlign.right,
96+
textDirection: TextDirection.rtl,
9597
focusNode: _focusNode,
9698
controller: widget.controller,
9799
scrollController: _scrollController,

0 commit comments

Comments
 (0)