deviceType property

DeviceType deviceType

Returns the DeviceType based on the screen width and height.

Implementation

DeviceType get deviceType => config.deviceType(screenWidth, screenHeight);