Here's some code: return MaterialApp( home: Material( child: Column( children: <Widget>[ SizedBox(height: 200, child: Text("You've")), SizedBox(height: 200, ...
確定! 回上一頁