LogStyle.textYellow constructor

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

Implementation

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