checkIsGridView method

bool checkIsGridView()

Implementation

bool checkIsGridView() {
  return isGridView ? gridDelegate != null : true;
}