如何在颤动中获取父小部件宽度?

时间:2021-05-20 14:29:50

标签: flutter dart flutter-layout flutter-web

有谁知道我怎样才能获得父窗口小部件的宽度?我尝试在下面的 UI 上解决此问题

enter image description here

这里是我的小部件树

row
  expanded
     flex:8
      row
        column
          container(
            width : ???? // here i want to get width size of expanded flex: 8
            Wrap(
              children: [  
     Text('item A'),
     Text('item B'),
     Text('item C'),
     Text('item D'),
                      ],
     ),)

1 个答案:

答案 0 :(得分:0)

您可以使用 LayoutBuilder,当您将小部件包装在其中时,它会给您父约束