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