isDesktop property

bool get isDesktop

Returns true if the device is a desktop or laptop (>= 1200dp width).

Implementation

static bool get isDesktop => screenWidth >= 1200;