menu
base_lib_pub package
documentation
base_lib_pub.dart
getScreenSize function
getScreenSize function
dark_mode
light_mode
getScreenSize
function
Size
getScreenSize
(
BuildContext
context
)
获取屏幕尺寸
Implementation
Size getScreenSize(BuildContext context) { return MediaQuery.of(context).size; }
base_lib_pub package
documentation
base_lib_pub
getScreenSize function
base_lib_pub library