You want to wrap your card in a Column because the inner Column take full height. Column(children: <Widget>[ Card( margin: const EdgeInsets.all(10.0), ...
確定! 回上一頁