LogStringModel.single constructor

LogStringModel.single(
  1. String text, {
  2. LogColor? color,
})

Implementation

LogStringModel.single(
  this.text, {
  this.color,
}) : borderType = LogBorderType.single;