isTablet property
bool
get
isTablet
Check if screen is tablet
Implementation
bool get isTablet => breakpoint.mobile < width && width <= breakpoint.tablet;
Check if screen is tablet
bool get isTablet => breakpoint.mobile < width && width <= breakpoint.tablet;