tabletMode property

EasyDeviceMode tabletMode
final

What to show when the tablet break point is reached, change it to override or persist a current view. Example:

tabletMode = EasyDeviceMode.mobile
tabletMode = EasyDeviceMode.desktop

Implementation

final EasyDeviceMode tabletMode;