LogStyle.textCyan constructor

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

Implementation

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