shouldHideLabels static method

bool shouldHideLabels(
  1. BuildContext context
)

Implementation

static bool shouldHideLabels(BuildContext context) {
  return shouldSplitLayout(context);
}