LogListObjectModel.single constructor

const LogListObjectModel.single(
  1. List<Object> objects, {
  2. String? title,
  3. LogColor? color,
})

Implementation

const LogListObjectModel.single(
  this.objects, {
  this.title,
  this.color,
}) : borderType = LogBorderType.single;