isDesktop property
bool
get
isDesktop
Check if the screen width corresponds to a desktop
Implementation
bool get isDesktop => width >= Breakpoints.desktop;
Check if the screen width corresponds to a desktop
bool get isDesktop => width >= Breakpoints.desktop;