LogStyle.textGreen constructor

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

Implementation

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