LogStringModel constructor

LogStringModel(
  1. String text, {
  2. LogBorderType borderType = LogBorderType.single,
  3. LogColor? color,
})

Implementation

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