LogMapModel constructor

const LogMapModel(
  1. Map map, {
  2. String? title,
  3. LogBorderType borderType = LogBorderType.single,
  4. LogColor? color,
})

Implementation

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