shouldUseTabBar static method
Implementation
static bool shouldUseTabBar(BuildContext context) {
return isTablet(context) || isDesktop(context);
}
static bool shouldUseTabBar(BuildContext context) {
return isTablet(context) || isDesktop(context);
}