19 Answers · Use Container and give some height: Column( children: <Widget>[ Widget1(), Container(height: 10), // set height Widget2(), ], ) · Use ...
確定! 回上一頁