mobileScreenWidthLimit top-level constant

double const mobileScreenWidthLimit

predefined screen scopes using two breakpoints: mobile - tablet - desktop using one breakpoint: small - big

Implementation

const double mobileScreenWidthLimit = 480.0;