menu
log_print package
documentation
log_print_config.dart
LogPrintConfig
LogPrintConfig constructor
LogPrintConfig constructor
dark_mode
light_mode
LogPrintConfig
constructor
LogPrintConfig
(
{
bool
debugMode
=
true
,
bool
colorful
=
true
,
})
Implementation
LogPrintConfig({this.debugMode = true, this.colorful = true}) { ansiColorDisabled = false; }
log_print package
documentation
log_print_config
LogPrintConfig
LogPrintConfig constructor
LogPrintConfig class