isMobile property
bool
get
isMobile
Check if screen is mobile using breakpoint both landscape and portrait
Implementation
bool get isMobile => width <= breakpoint.mobile;
Check if screen is mobile using breakpoint both landscape and portrait
bool get isMobile => width <= breakpoint.mobile;