menu
one_logger package
documentation
one_logger.dart
LogStyle
LogStyle.new const constructor
LogStyle.new 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.new const constructor
LogStyle class
Constructors
new
backgroundBlack
backgroundBlue
backgroundCyan
backgroundGreen
backgroundMagenta
backgroundRed
backgroundWhite
backgroundYellow
textBlack
textBlue
textCyan
textGreen
textMagenta
textRed
textWhite
textYellow
Properties
attr
backgroundColor
hashCode
props
runtimeType
stringify
textColor
Methods
noSuchMethod
toString
Operators
operator ==