isDesktop property

bool isDesktop

Whether the app is running on a desktop.

Implementation

bool get isDesktop => windowType == AdaptiveWindowType.large
	|| windowType == AdaptiveWindowType.xlarge;