contents text align fixed

This commit is contained in:
MohammadTaha Basiri 2022-03-19 17:17:02 +03:30
parent e1ea7630f5
commit 622434d546
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class _DidvanPageViewState extends State<DidvanPageView> {
style: { style: {
'*': Style( '*': Style(
direction: TextDirection.rtl, direction: TextDirection.rtl,
textAlign: TextAlign.right,
lineHeight: LineHeight.percent(135), lineHeight: LineHeight.percent(135),
margin: EdgeInsets.zero, margin: EdgeInsets.zero,
padding: EdgeInsets.zero, padding: EdgeInsets.zero,