lowerBound property

double lowerBound
getter/setter pair

the lower bound of the screen width. If the screen width is below this value, its considered a ResponsiveFormat.mobile screen.

Implementation

static double lowerBound = 850;