It is actually pretty easy. You can use MediaQuery for this. double width = MediaQuery.of(context).size.width; # calculate the screen size ...
確定! 回上一頁