isTablet property

bool get isTablet

true if the current breakpointValue exactly matches CommonBreakpoint.tablet

Implementation

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