isTablet property

bool get isTablet

Check if current screen is tablet size

Implementation

bool get isTablet => breakpoint.isTablet;