ZugChatLine constructor

const ZugChatLine(
  1. String text,
  2. Color color,
  3. bool hidden, {
  4. Key? key,
})

Implementation

const ZugChatLine(this.text, this.color, this.hidden, {super.key});