isDesktopLarge property

bool get isDesktopLarge

True if width maps to DeviceType.desktopLarge.

Implementation

static bool get isDesktopLarge =>
    currentDeviceType == DeviceType.desktopLarge;