LogMapModel.header constructor

const LogMapModel.header(
  1. Map map, {
  2. String? title,
  3. LogColor? color,
})

Implementation

const LogMapModel.header(
  this.map, {
  this.title,
  this.color,
}) : borderType = LogBorderType.header;