menu
puzzlify package
documentation
utils/puzzle_size_helper.dart
checkHor function
checkHor function
dark_mode
light_mode
checkHor
function
bool
checkHor
(
dynamic
width
,
dynamic
height
)
Implementation
bool checkHor(width, height) { if (width > height + 10) { return true; } return false; }
puzzlify package
documentation
utils/puzzle_size_helper
checkHor function
puzzle_size_helper library