Example 1: flutter vertical space between containers Column( children: [ Widget1(), SizedBox(height: 10), Widget2(), ], ), Example 2: column each child ...
確定! 回上一頁