LogStyle.textRed constructor

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

Implementation

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