isDesktop property

bool get isDesktop

Check if screen is desktop

Implementation

bool get isDesktop => breakpoint!.tablet < shortestSide&& shortestSide<= breakpoint!.desktop;