flutter 获取设备屏幕大小

import 'dart:ui';


var s = window.physicalSize;
print(s);
posted @ 2019-03-20 21:22  CrossPython  阅读(3112)  评论(0)    收藏  举报