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