ContentType constructor

const ContentType(
  1. String message, [
  2. Color? color
])

Implementation

const ContentType(this.message, [this.color]);