isLaptop property

  1. @Deprecated('Use [tabletSmall] instead')
bool get isLaptop

True if width maps to DeviceType.laptop.

Implementation

@Deprecated('Use [tabletSmall] instead')
static bool get isLaptop => currentDeviceType == DeviceType.laptop;