import 'dart:ui';


var s = window.physicalSize;
print(s);

相关文章: