menu
one_logger package
documentation
one_logger.dart
LogStyle
LogStyle const constructor
LogStyle const constructor
dark_mode
light_mode
LogStyle
constructor
const
LogStyle
(
{
int
?
textColor
,
int
?
backgroundColor
,
Attribute
attr
=
Attribute.resetAll
,
})
Implementation
const LogStyle( {this.textColor, this.backgroundColor, this.attr = Attribute.resetAll});
one_logger package
documentation
one_logger
LogStyle
LogStyle const constructor
LogStyle class