Title constructor

const Title(
  1. String text,
  2. int id,
  3. int kind,
  4. String color,
)

Implementation

const Title(this.text, this.id, this.kind, this.color);