如何在抖动中制作底部固定视图

时间:2018-12-23 05:47:04

标签: flutter

如何像下面的示例一样使底视图变得扑朔迷离(与android java,xml一起使用) flutter bottom fixed layout

1 个答案:

答案 0 :(得分:2)

您可以在小部件树下面实现它,我将为您提供基本的想法。

- Container 
 - Column 
  - Expanded(ListView)
  - Container - Height: 50, Width: MediaQuery.of(context).size.width,
     - Row (Your children widgets)