LogStyle.textWhite constructor

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

Implementation

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