isVisible method

bool isVisible(
  1. BreakpointMapper type
)

Determines if this section item should be visible for a given screen type.

Implementation

bool isVisible(BreakpointMapper type) {
  return flex[type] != 0;
}