Skip to content

Commit d40b20e

Browse files
committed
initial support for rtl
1 parent ea07327 commit d40b20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/core.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ConstraintLayout extends MultiChildRenderObjectWidget {
9696
this.height = matchParent,
9797
this.size,
9898
this.controller,
99-
this.rtl = true,
99+
this.rtl = false,
100100
}) : super(
101101
key: key,
102102
children: children ?? [],

0 commit comments

Comments
 (0)