isMobile property
bool
get
isMobile
Whether the screen width is below 600 logical pixels.
Implementation
bool get isMobile => screenWidth < 600;
Whether the screen width is below 600 logical pixels.
bool get isMobile => screenWidth < 600;