LogStyle constructor

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

Implementation

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