isDesktopLarge property
bool
get
isDesktopLarge
True if width maps to DeviceType.desktopLarge.
Implementation
static bool get isDesktopLarge =>
currentDeviceType == DeviceType.desktopLarge;
True if width maps to DeviceType.desktopLarge.
static bool get isDesktopLarge =>
currentDeviceType == DeviceType.desktopLarge;