style: TextStyle(fontSize: 30, color: Colors.grey), const SizedBox(height: 10.0), Text( 'Screen Width: ${MediaQuery.of(context).size.width}', style: const ...
確定! 回上一頁