在flutter 中,我想要一个具有固定高度和100% 宽度的容器。 为了实现这一点,我使用了: Row( children: <Widget>[ Flexible( child: Container( color: Colors.blue, ...
確定! 回上一頁