hcIsTablet method
Implementation
bool hcIsTablet() =>
MediaQuery.of(this).size.width < hcDesktopBreakpointGlobal &&
MediaQuery.of(this).size.width >= hcTabletBreakpointGlobal;
bool hcIsTablet() =>
MediaQuery.of(this).size.width < hcDesktopBreakpointGlobal &&
MediaQuery.of(this).size.width >= hcTabletBreakpointGlobal;