menu
number_game package
documentation
features/game/domain/entities.dart
LevelPresets
rcToIndex static method
rcToIndex static method
dark_mode
light_mode
rcToIndex
static method
int
rcToIndex
(
int
r
,
int
c
,
int
cols
)
Implementation
static int rcToIndex(int r, int c, int cols) => r * cols + c;
number_game package
documentation
features/game/domain/entities
LevelPresets
rcToIndex static method
LevelPresets class