isDesktop property
bool
get
isDesktop
True if device is desktop
Implementation
static bool get isDesktop => deviceType == ScreenType.desktop;
True if device is desktop
static bool get isDesktop => deviceType == ScreenType.desktop;