menu
xly package
documentation
app.dart
MyApp
isAspectRatioEnabled static method
isAspectRatioEnabled static method
dark_mode
light_mode
isAspectRatioEnabled
static method
bool
isAspectRatioEnabled
(
)
获取当前窗口比例调整功能的状态
Implementation
static bool isAspectRatioEnabled() { return _globalEnableAspectRatio.value; }
xly package
documentation
app
MyApp
isAspectRatioEnabled static method
MyApp class