My solution is use Expanded widget to expand remain space. Column( children: <Widget>[ Expanded( child: horizontalList, ) ], ); ...
確定! 回上一頁