hackware1993 / Flutter_ConstraintLayout

A super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n) layout time complexity and no linear equation solving is required.
MIT License
489 stars 36 forks source link

控件相对栅栏的位置使用margin不生效,不知道是bug还是设计的就是这样 #16

Closed hyhyhykw closed 2 years ago

hackware1993 commented 2 years ago

栅栏是不可见元素,要使用 goneMargin

hyhyhykw commented 2 years ago

栅栏是不可见元素,要使用 goneMargin

OK,谢谢解答