isTablet property

bool isTablet

Check if the window size is of Tablet Size

Implementation

bool get isTablet => width < 1100 && width >= 650;