isDesktop property

bool get isDesktop

Whether the current layout width class is DeviceSize.desktop.

Reports the layout width class (a wide window) derived from the ResponsiveScopenot the OS / device platform. For desktop OS detection use DevicePlatform.isDesktop.

Implementation

bool get isDesktop => deviceSize == DeviceSize.desktop;