isTablet property

bool get isTablet

Check if the screen width corresponds to a tablet

Implementation

bool get isTablet => width >= Breakpoints.tablet && width < Breakpoints.desktop;