LogStringModel.bottom constructor

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

Implementation

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