isLaptop property
True if width maps to DeviceType.laptop.
Implementation
@Deprecated('Use [tabletSmall] instead')
static bool get isLaptop => currentDeviceType == DeviceType.laptop;
True if width maps to DeviceType.laptop.
@Deprecated('Use [tabletSmall] instead')
static bool get isLaptop => currentDeviceType == DeviceType.laptop;