isTablet property
bool
get
isTablet
true if the current breakpointValue exactly matches CommonBreakpoint.tablet
Implementation
bool get isTablet => matchesValue(CommonBreakpoint.tablet);
true if the current breakpointValue exactly matches CommonBreakpoint.tablet
bool get isTablet => matchesValue(CommonBreakpoint.tablet);