LogStyle.backgroundBlack constructor

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

Implementation

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