menu
tremble package
documentation
render/grid.dart
Grid
hasNeighborLeft method
hasNeighborLeft method
dark_mode
light_mode
hasNeighborLeft
method
bool
hasNeighborLeft
(
int
idx
)
Implementation
@pragma('vm:prefer-inline') bool hasNeighborLeft(int idx) => idx % width > 0;
tremble package
documentation
render/grid
Grid
hasNeighborLeft method
Grid class