LogStyle.backgroundGreen constructor

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

Implementation

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