isViewAllVisible function

bool isViewAllVisible(
  1. int list
)

Implementation

bool isViewAllVisible(int list) => list >= 4;