isDesktop property
bool
get
isDesktop
Check if screen is desktop
Implementation
bool get isDesktop => breakpoint!.tablet < shortestSide&& shortestSide<= breakpoint!.desktop;
Check if screen is desktop
bool get isDesktop => breakpoint!.tablet < shortestSide&& shortestSide<= breakpoint!.desktop;