shouldShowSidebar static method
Implementation
static bool shouldShowSidebar(BuildContext context) {
return isDesktop(context) || (isTablet(context) && isLandscape(context));
}
static bool shouldShowSidebar(BuildContext context) {
return isDesktop(context) || (isTablet(context) && isLandscape(context));
}