Flutter 中的弹性布局主要通过 Flex 和 Expanded 来配合实现。 ... child: Container( height: 30.0, color: Colors.red, ), ), Expanded( flex: 2, child: Container( ...
確定! 回上一頁