kIsSmallScreen top-level property

bool get kIsSmallScreen

是否是小屏机型

Implementation

bool get kIsSmallScreen => kScreenW <= 375;