isMobile property
bool
get
isMobile
Determines if the current device is a mobile device Based on screen width being less than the mobile breakpoint threshold
Implementation
bool get isMobile => screenWidth < _getMobileBreakpoint();