deviceType top-level property

PxDeviceType get deviceType

Returns the current device type as PxDeviceType enum.

Equivalent to: PxResponsive().deviceType

Implementation

PxDeviceType get deviceType => PxResponsive().deviceType;