menu
esteladevega_tfg_cubex
view\components\scramble_container.dart
ScrambleContainerState
random property
random
dark_mode
light_mode
random
property
int
random
getter/setter pair
Implementation
int random = (Random().nextInt(25 - 20 + 1) + 20);
esteladevega_tfg_cubex
scramble_container
ScrambleContainerState
random property
ScrambleContainerState class