The simplest way is to get the current screen info using the MediaQuery widget: Size screenSize = MediaQuery.of(context).size; Orientation ...
確定! 回上一頁