contents text align fixed
This commit is contained in:
parent
e1ea7630f5
commit
622434d546
|
|
@ -188,6 +188,7 @@ class _DidvanPageViewState extends State<DidvanPageView> {
|
|||
style: {
|
||||
'*': Style(
|
||||
direction: TextDirection.rtl,
|
||||
textAlign: TextAlign.right,
|
||||
lineHeight: LineHeight.percent(135),
|
||||
margin: EdgeInsets.zero,
|
||||
padding: EdgeInsets.zero,
|
||||
|
|
|
|||
Loading…
Reference in New Issue