asSmallScreen property
bool
get
asSmallScreen
Set whether the app is to use a 'small screen' or not. Determine if running on a desktop or on a phone or tablet
Implementation
bool get asSmallScreen => App.inDebugMode && false;