The row is trying to be wider than the phone's screen. ... SizedBox(height: 20.0), _buildRowOfFive(), ], ); } Widget _buildRowOfFive() { return Row( ...
確定! 回上一頁