isTablet property
bool
get
isTablet
The device is a tablet, any sized tablet
Implementation
bool get isTablet =>
device == LayoutClass.smallTablet || device == LayoutClass.largeTablet;
The device is a tablet, any sized tablet
bool get isTablet =>
device == LayoutClass.smallTablet || device == LayoutClass.largeTablet;