shouldUseBottomNavigation static method

bool shouldUseBottomNavigation(
  1. BuildContext context
)

Implementation

static bool shouldUseBottomNavigation(BuildContext context) {
  return isMobile(context);
}