isDesktop property

bool get isDesktop

True if device is desktop

Implementation

static bool get isDesktop => deviceType == ScreenType.desktop;