isTablet property

bool get isTablet

Returns true if the current device is a tablet.

Implementation

bool get isTablet => deviceInfo.isTablet;