menu
puzzle_cube package
documentation
puzzle_cube.dart
PuzzleCubeState
cubies property
cubies property
dark_mode
light_mode
cubies
property
List
<
CubieModel
>
cubies
final
The 27 cubies that make up the cube.
Implementation
final List<CubieModel> cubies;
puzzle_cube package
documentation
puzzle_cube
PuzzleCubeState
cubies property
PuzzleCubeState class