isTablet property

bool isTablet

true if the current breakpointValue exactly matches CommonBreakpoint.tablet

Implementation

bool get isTablet => matchesValue(CommonBreakpoint.tablet);