isTablet property

bool get isTablet

Check if screen is tablet

Implementation

bool get isTablet => breakpoint.mobile < width && width <= breakpoint.tablet;