isDesktop property

bool get isDesktop

Checks if the device is a desktop.

Implementation

bool get isDesktop => isSmallDesktop || isLargeDesktop;