runApp 是flutter框架提供的method,啟動我們提供的Widget並運行在畫面上。 ... drawer: Drawer( child: ListView( children: const <Widget>[ ListTile( leading: ...
確定! 回上一頁