hasNeighborLeft method

bool hasNeighborLeft(
  1. int idx
)

Implementation

@pragma('vm:prefer-inline')
bool hasNeighborLeft(int idx) => idx % width > 0;