You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
When I use the stack widget like in flutter, I can't dynamically modify the
children
property to change the z-order of the child widgets.The following code can achieve the effect in flutter, but it has no effect in UIWidgets.
我像 flutter 中那样使用 Stack widget 时,发现我不能动态修改
children
属性来改变子widget的前后顺序。以下代码可以在flutter中实现效果,但在UIWidgets中没有效果。
flutter
C#
The text was updated successfully, but these errors were encountered: