LogStyle.textMagenta constructor

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

Implementation

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