isTablet property
bool
get
isTablet
Returns true if the current device is a tablet.
Implementation
bool get isTablet => deviceInfo.isTablet;
Returns true if the current device is a tablet.
bool get isTablet => deviceInfo.isTablet;