isTablet property

bool get isTablet

Implementation

bool get isTablet => getWidth >= Breakpoints.sm && getWidth < Breakpoints.md;