isLarge property

bool get isLarge

If the device is a desktop.

Implementation

bool get isLarge => this == DeviceType.desktopL || this == DeviceType.desktopXL;