asSmallScreen property
bool
get
asSmallScreen
Set whether the app is to use a 'small screen' or not.
Implementation
bool get asSmallScreen => App.inDebugMode && false;
Set whether the app is to use a 'small screen' or not.
bool get asSmallScreen => App.inDebugMode && false;