isDesktop property

bool get isDesktop

Determines if the current device is a desktop Based on screen width being greater than or equal to the tablet breakpoint threshold

Implementation

bool get isDesktop => screenWidth >= _getTabletBreakpoint();