menu
color_gen package
documentation
utils/utils.dart
exitWithError function
exitWithError function
dark_mode
light_mode
exitWithError
function
void
exitWithError
(
String
message
)
Implementation
void exitWithError(String message) { error(message); exit(2); }
color_gen package
documentation
utils/utils
exitWithError function
utils library