asSmallScreen property

bool get asSmallScreen

Set whether the app is to use a 'small screen' or not.

Implementation

static bool get asSmallScreen => App.inDebugMode && false;