LogStyle.textBlack constructor

const LogStyle.textBlack({
  1. int? backgroundColor,
  2. Attribute attr = Attribute.resetAll,
})

Implementation

const LogStyle.textBlack(
    {this.backgroundColor, this.attr = Attribute.resetAll})
    : textColor = textColorBlack;