Fortunately, Flutter supports this out of the box with MediaQuery . You can get the status bar height with MediaQuery.of(context).padding.top , ...
確定! 回上一頁