isLarge property
If the device is a desktop.
Implementation
bool get isLarge => this == DeviceType.desktopL || this == DeviceType.desktopXL;
If the device is a desktop.
bool get isLarge => this == DeviceType.desktopL || this == DeviceType.desktopXL;