In Flutter, you can get the device screen width by using: MediaQuery.of(context).size.width;. To get the screen height, use:
確定! 回上一頁