try this... SizedBox( height: 300, /// <=== height as per your requirement child: Wrap( direction: Axis.vertical,/// <=== change here ...
確定! 回上一頁